create_workflow
Creates a workflow by combining tasks with a name and description, supporting additional metadata for structured reasoning and execution tracking.
Instructions
Create a workflow with a set of tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Workflow name | |
| taskIds | Yes | Task IDs in the workflow | |
| metadata | No | Additional metadata | |
| description | No | Workflow description |