Activate/Suspend by Id
PUT/process-definition/key/:key/suspended
Activates or suspends a given process definition by latest version of process definition key which belongs to no tenant.
Request
Responses
- 204
- 400
- 404
Request successful.
Returned if some of the query parameters are invalid,
for example if the provided executionDate parameter doesn't have the expected format or
if the processDefinitionKey parameter is null. See the
Introduction
for the error response format.
Process definition with given key does not exist. See the Introduction for the error response format.