Exec

A service for executing system commands, using Apache Commons Exec.

Parameters

CommandStringThe command to execute

Results

Handler

org.jbpm.process.workitem.exec.ExecWorkItemHandler

Check the Apache Commons Exec documentation for more documentation. For example, to open a file on Windows using notepad, you can use the following command (where file is defined as a process variable):
notepad #{file}