LoadProcessInstanceConfig
Methods
active
active(
pActive):LoadProcessInstanceConfig
Fetch only an active or only a suspended instance
Parameters
booleanwhether the instance must be active or suspended
Returns
LoadProcessInstanceConfigcurrent object
category
category(
pCategory):CommonLoadProcessInstancesConfig
Fetch only process instances with the given category
Parameters
string | number | booleanthe category
Returns
CommonLoadProcessInstancesConfigcurrent object
processDefinitionId
processDefinitionId(
pProcessDefinitionId):CommonLoadProcessInstancesConfig
Fetch only process instances with the given process definition id
Parameters
string | number | booleanthe process definition id
Returns
CommonLoadProcessInstancesConfigcurrent object
processDefinitionKey
processDefinitionKey(
pProcessDefinitionKey):CommonLoadProcessInstancesConfig
Fetch only process instances with the given process definition key
Parameters
string | number | booleanthe process definition key
Returns
CommonLoadProcessInstancesConfigcurrent object
processInstanceId
processInstanceId(
pProcessInstanceId):LoadProcessInstanceConfig
Fetch only a process instance with the given id
Parameters
string | number | booleanthe id of the instance
Returns
LoadProcessInstanceConfigcurrent object
variables
variables(
pVariables):CommonLoadProcessInstancesConfig
Fetch only process instances that have the given variable values set
Parameters
anythe values the variables have to have
Returns
CommonLoadProcessInstancesConfigcurrent object