workflows step Failed
GET {{baseUrl}}/workflows.stepFailed?workflow_step_execute_id=<string>&error=<string>
Indicate that an app's step in a workflow failed to execute.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
workflow_step_execute_id | string | (Required) Context identifier that maps to the correct workflow step execution. | |
error | string | (Required) A JSON-based object with a message property that should contain a human readable error message. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: workflow.steps:execute |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}