Indicate that an app's step in a workflow completed execution.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://slack.com/api/workflows.stepCompleted?workflow_step_execute_id=' \
--header'token;'
Response Response Example
200 - response
{"ok":true}
Request
Query Params
workflow_step_execute_id
stringÂ
required
Context identifier that maps to the correct workflow step execution.
outputs
stringÂ
optional
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.