kaiten_create_workflow
Create a new company workflow with custom stages and transitions. Define at least two stages and one transition to set up your process.
Instructions
Create a new company workflow. Requires at least 2 stages and 1 transition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Workflow name (max 128 chars) | |
| stages | Yes | Workflow stages (min 2). Each: {id (uuid), name, type (queue/in_progress/done), position_data: {x, y}} | |
| transitions | Yes | Stage transitions (min 1). Each: {id (uuid), prev_stage_id, next_stage_id, position_data: {sourceHandle, targetHandle}} |