I am working on a project to move our old workflows out of Central
Output Server to AEM Forms. In Central we call several custom agents
that we want to plugin to the new workflow in Workbench.I am trying to
use the executeScript process, but having trouble getting the file path
of the input file. In Central, we used the @InFile for this (the code
below has the exact arguments used by central).Is there a way to get the
path of the input file (or other files) and pass them as arguments to an
exe?i...