Fuego.Util : Program

The Program component is used to run non-interactive programs in the server that hosts the Oracle BPM WorkSpace application. The program runs with the same Operating System user as the Web application container.

The Program.runWait() method runs the program synchronously: the call to runWait() blocks until the execution of the program finishes.

Related reference
Fuego.Util : BatchProgram