tasks-create_todo
tasks-create_todoCreate a todo as a subtask of a CMMN task. Set title, assignee, due date, priority, and status to organize work.
Instructions
Creates a todo as a subtask of a CMMN task. The todo is linked as a child via ParentOf edge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assigned_to | No | Who is responsible for this todo | |
| case_id | Yes | Case ID (@rid format) | |
| description | No | Detailed description of what needs to be done | |
| due_date | No | Due date (ISO8601) | |
| priority | No | Priority: critical, high, medium, low | |
| status | No | Status: pending, in_progress, on_hold, waiting, deferred, completed, cancelled (default: pending) | |
| task_id | Yes | Task ID (@rid format) - the parent task | |
| title | Yes | Todo title/summary |