ds_run_workflow
Manually trigger a workflow run and bring it online. Optionally start from specific tasks or run the entire workflow.
Instructions
Manually trigger a workflow run (brings it online first).
Args: project_name: Project name workflow_code: Process-definition code start_task_names: Optional list of task names to start from (including their downstream tasks). Leave empty to run the entire workflow. Example: ["partition_check"] starts from that task and all its successors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | Yes | ||
| workflow_code | Yes | ||
| start_task_names | No |