new ResumeHaltedProcessInstancesRequest(module, process, version)
Object ResumeHaltedProcessInstancesRequest
Usage:
RestApiService.getProcessManagementService().resumeHaltedProcessInstances(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
module |
string | Name of the module to which the process template belongs. |
process |
string | Name of the process template whose halted process instances are to be returned. |
version |
string | OSGi-style version number of the process template. (This version number is the same as that of the module.)
You can determine the process instances that are halted by using the queryHaltedProcessInstances function. Using the halted process instance process name, use listProcessTemplates to determine the parameters above. |
- Since:
- 4.0.0