create_workflow
Create a sequential workflow by providing a name and ordered list of task IDs to execute tasks in defined order.
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 |