Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |