workflows step Completed
GET {{baseUrl}}/workflows.stepCompleted?workflow_step_execute_id=<string>&outputs=<string>
Indicate that an app's step in a workflow completed execution.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
workflow_step_execute_id | string | (Required) Context identifier that maps to the correct workflow step execution. | |
outputs | string | Key-value object of outputs from your step. Keys of this object reflect the configured key properties of your outputs array from your workflow_step object. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: workflow.steps:execute |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}