GET /workflows.stepCompleted

Indicate that an app's step in a workflow completed execution.

Servers

Request headers

Name Type Required Description
token String Yes

Authentication token. Requires scope: workflow.steps:execute

Query parameters

Name Type Required Description
outputs String No

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.

workflow_step_execute_id String Yes

Context identifier that maps to the correct workflow step execution.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.