setActiveProcessInstance (Client API reference)
Sets a process instance as the active instance.
Syntax
formContext.data.process.setActiveProcessInstance(processInstanceId, callbackFunction);
Parameter
Name | Type | Required | Description |
---|---|---|---|
processInstanceId |
String | Yes | The Id of the process instance to set as the active instance. |
callbackFunction |
Function | No | A function to call when the operation is complete. This callback function is passed one of the following string values to indicate whether the operation succeeded: - success : The operation succeeded.- invalid : The processInstanceId isn't valid or the process isn't enabled. |