Returns all global variables (for the process instance) defined within the xml definition file
and also optionally added as parameter (variable map) of the instantiateProcess() method.
Returns all global variables (for the process instance) defined within the xml definition file
and also optionally added as parameter (variables map) of the instantiateProcess() method.
If the package has subflows and the process definition for these subflows
are defined in others package definitions then it is not possible to undeploy
these packages until this package is itself undeployed.
If the instance is created to execute a subflow it returns
the instance id of the instance creating this instance of subflow,
otherwise it returns null.
Search for variable with id variableId into instance
with id instanceId and within the activity with id activityId
and set the given value to the found variable.