start_workflow_execution
Initiate workflow execution by automatically detecting tasks with satisfied dependencies and marking them as in_progress, returning the run ID.
Instructions
Start execution of a workflow with dependency-aware task initialization. Automatically finds and marks all initially ready tasks as in_progress. Returns runId and list of ready tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The ID of the workflow to execute |