cases-create
cases-createInitiate a CMMN case by providing a name; optionally set status, tags, workspace, or link as a sub-case.
Instructions
Creates a new CMMN case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Optional description to provide context about the case | |
| name | Yes | Name of the case to create | |
| parent_case_id | No | Parent case ID for sub-cases (CaseTask pattern) | |
| status | No | Initial CMMN lifecycle status (default: active). Options: active, completed, terminated, suspended, closed, failed | |
| tags | No | Tags for categorization | |
| workspace_id | No | Workspace to add the case to (@rid format). If omitted, adds to user's default workspace. |