Update workflow instance status

Use this resource to control the state of a workflow instance. For example, you can suspend a workflow to be resumed later or terminate a workflow due to an error.

Log in to see full request history
Path Params
string
required

Account id

string
required

Workflow definition id.

string
required

Workflow instance id.

Body Params
string

List of commands available. Supported commands are

  • suspend (suspends a workflow that is currently in progress)
  • resume (resumes a currently suspended workflow)
  • terminate (terminates the workflow. A terminated workflow cannot be resumed)
Responses
200

Workflow status successfully updated.

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json