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

KeyDatatypeRequiredDescription
workflow_step_execute_idstring(Required) Context identifier that maps to the correct workflow step execution.
outputsstringKey-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

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

RESPONSES

status: OK

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