v1

latestOpenAPI 3.1.02026-07-246113.7 KB

Queue Execution

Queues a new execution of a workflow.

put/queue-remote/{workflowId}

Path parameters

workflowIdstring uuid required

The ID of the workflow to execute

Request body

variableDataobject

variableName:variableValue pairs of input variable data for the execution. Refer to the API step on the editor for your workflow's specific payload here.

versionIdstring uuid

Optional - specific version ID to execute. If not provided, the most recent version will be run.

Response

Execution successfully queued

executionIdstring uuid required

The ID of the newly created execution

All 6 operations