1. ExecShellScript Workitem Handler
Name Display Name Category Description Handler
ExecShellScript ExecShellScript exec-workitem mvel: new org.jbpm.process.workitem.exec.ExecShellScriptWorkItemHandler()

Parameters
Name Type Required
TimeoutInMillis new StringDataType() false
RemoveEnvironmentVariable new StringDataType() false
ShellScriptLocation new StringDataType() true
AddEnvironmentVariable new StringDataType() false

Results
Name Type
Output new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib exec-workitem 7.74.1.Final

Authentication Information
Auth Required Params Params Description Reference Site
false


2. Exec Workitem Handler
Name Display Name Category Description Handler
Exec Exec exec-workitem mvel: new org.jbpm.process.workitem.exec.ExecWorkItemHandler()

Parameters
Name Type Required
Command new StringDataType() true
Arguments new StringDataType() false
TimeoutInMillis new StringDataType() false

Results
Name Type
Output new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib exec-workitem 7.74.1.Final

Authentication Information
Auth Required Params Params Description Reference Site
false