create_workflow
Define a sequence of tasks as a workflow using their IDs to enable structured execution and dependency management.
Instructions
Create a workflow (group of tasks in sequence)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the workflow | |
| taskIds | Yes | Array of task IDs in the workflow |