StartProcessConfig
Configuration for a single synchronous process execution.
Methods
getLocalVariables
getLocalVariables():
any
Returns the set local variables for the process execution.
Returns
anya map with variables (key, value only string) or null if not set.
getName
getName():
string
Returns the set name of the process to be executed.
Returns
stringthe name of the process
setLocalVariables
setLocalVariables(
pLocalVariables):StartProcessConfig
Sets the local variables that are passed to the process during execution.
Parameters
anyA map with variables (key, value only string) that are passed to the process as $local variables. The name of the corresponding variable in the process is then $local.[key]. null if you do not want to pass variables.
Returns
StartProcessConfigStartProcessConfig
setName
setName(
pProcessName):StartProcessConfig
Sets the name of the process to be executed.
Parameters
string | number | booleanthe process name
Returns
StartProcessConfigStartProcessConfig