Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the process definition to activate or suspend.
Body
Note: Unallowed properties are processDefinitionId and processDefinitionKey.
A Boolean value which indicates whether to activate or suspend all process definitions with the given key.
When the value is set to true, all process definitions with the given key will be suspended and
when the value is set to false, all process definitions with the given key will be activated.
The id of the process definitions to activate or suspend.
The key of the process definitions to activate or suspend.
A Boolean value which indicates whether to activate or suspend also all process instances of
the process definitions with the given key.
When the value is set to true, all process instances of the process definitions with the given key
will be activated or suspended and when the value is set to false, the suspension state of
all process instances of the process definitions with the given key will not be updated.
The date on which all process definitions with the given key will be activated or suspended.
If null, the suspension state of all process definitions with the given key is updated immediately.
By default,
the date must have the format yyyy-MM-dd'T'HH:mm:ss.SSSZ, e.g., 2013-01-23T14:42:45.000+0200.
Response
Request successful.