Start Workflow Run
Workflows
Start Workflow Run
Initiate an execution run of a defined workflow for a specific end-user.
POST
Start Workflow Run
Initiate an execution run of a defined workflow. See the API Reference for details on
operationId: startWorkflowRun.Authorizations
API Key provided by the platform. Note- X-Timestamp and X-Signature headers are also required for authentication, but not defined as separate schemes here due to OpenAPI limitations on complex signature schemes.
Path Parameters
The ID of the workflow definition to run.
Example:
"wf_abc123def456"
Body
application/json
Unique identifier for the end-user in your system whose extension should execute the workflow.
Example:
"user-unique-id-in-your-system"