This function reactivates a process definition that has previously been suspended.
When a process definition is suspended it is not possible to start new process instances using that process definition. It can be used on a specific process definition ID or on all processes matching a supplied processDefinitionKey.
Parameters
Name | Type | Description |
---|---|---|
processDefinitionId | String | Full process definition ID of the process to activate |
processDefinitionKey | String | Process definition key of the process to activate |
processDefinitionId or processDefinitionKey must be supplied |
Last modified on March 10, 2020