Activate/Suspend Jobs
PUT/job/suspended
Activates or suspends jobs matching the given criterion. This can only be on of:
jobDefinitionIdprocessDefinitionIdprocessInstanceIdprocessDefinitionKey
Request
Responses
- 204
- 400
Request successful. This method returns no content.
Returned if the request parameters are invalid, for example, if jobDefinitionId and
processDefinitionId are both specified.
See the Introduction
for the error response format.