Activate/Suspend Process Instance By Id
流程实例
通过Id激活/挂起
Activates or suspends a given process instance by id.
PUT
Activate/Suspend Process Instance By Id
Documentation Index
Fetch the complete documentation index at: https://docs.eorion.com/llms.txt
Use this file to discover all available pages before exploring further.
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 instance to activate or suspend.
Body
application/json
A Boolean value which indicates whether to activate or suspend a given instance (e.g. process instance, job, job definition, or batch). When the value is set to true, the given instance will be suspended and when the value is set to false, the given instance will be activated.
Response
204
Request successful.