/workflows.stepCompleted
GET
/workflows.stepCompletedIndicate that an app's step in a workflow completed execution.
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.
Header Params
token
string
required
Authentication token. Requires scope: workflow.steps:execute
Request samples
Responses
Typical success response(200)
Typical error response(500)
Typical success response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
Additional properties
integer | number | string | boolean
optional
Exampleresponse
{
"ok": true
}
Last modified: a year ago