create_task_workflow
Define a set of connected tasks with dependencies, priorities, and assignees. Automatically start the first tasks if enabled.
Instructions
Create a workflow with multiple connected tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | Array of tasks to create in the workflow | |
| auto_start | No | Whether to automatically start the first tasks | |
| project_id | Yes | ID of the project | |
| workflow_name | Yes | Name of the workflow |