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

KeyDatatypeRequiredDescription
workflow_step_execute_idstring(Required) Context identifier that maps to the correct workflow step execution.
errorstring(Required) A JSON-based object with a message property that should contain a human readable error message.

HEADERS

KeyDatatypeRequiredDescription
tokenstring(Required) Authentication token. Requires scope: workflow.steps:execute

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}