new SetPriorityRequest(processId, priority)
Object SetPriorityRequest
Usage:
RestApiService.getProcessManagementService().setPriority(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
processId |
string | ID of the process instance whose priority is being set. Can be obtained from listProcessInstances, queryProcessInstances, and queryProcessInstancesAlt. |
priority |
number | (Java type: short) Priority value used to schedule the execution of this process instance. |
- Since:
- 4.0.0