Change directory and run "node" command using Java
Hello Adobe Community,
We're using the workflow and one of requirments is running "node.js" command which should be run under some directory of project. The problem that we're trying it to run e.g. core/src/.../Workflow.java and the command should be run under e.g. frontend/.../placeWhereItShouldBeRun. The biggest problem is that user.dir of System.getProperties() is "/opt/aem/author". So we can't just make something like "cd ... node ...".
Could you please suggest something?
Thanks.