Run Discoverable Workflow
Run a specific workflow by its ID.
Path Parameters
The ID of the app
The ID of the workflow
Query Parameters
all
Body
Data to create a new run
Input values for the run
Indicates if the run should stream output to the client as it becomes available
ID of the workflow version. Also you can use "latest", "draft" or "version number" to use a specific version
draft
, latest
Response
ID of the associated app where the run was triggered from
Timestamp of when the run was created
Timestamp of when the run ended
Unique identifier for the run
Input values used for the run
Origin of the run
WORKFLOW
, RECORD
, TEST
, ENDPOINT
Output of the run
Timestamp of when the run started
Status of the run
PENDING
, RUNNING
, CANCELLED
, COMPLETED
, SKIPPED
, FAILED
Timestamp of when the run was last updated
ID of the associated app where the workflow belongs to
ID of the associated workflow
Details of the workflow version used for the run
Draft version of the workflow
ID of the associated collection
Error message if the run failed
ID of the associated record
Result of the run
Credits usage of the run
Version number of the workflow
Was this page helpful?