start_workflow_execution
Initiate workflow execution by ID, creating a new job in the queue and returning the job ID for tracking. Input includes name-value pairs for data configuration.
Instructions
Start a workflow execution by its ID and return the job ID. This will create a new job and add it to the execution queue. This call will return a job ID that can be used to get the job details later. The input data is a list of name-value pairs, each containing a name and value.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
input_data | No | ||
workflow_id | Yes |