cases-update_status
cases-update_statusUpdate a case's lifecycle status with automatic validation of allowed transitions and timestamp recording.
Instructions
Updates a case's lifecycle status with CMMN transition validation. Automatically sets timestamps. Valid transitions: active → completed|terminated|suspended|failed, suspended → active|terminated, completed → active|closed, terminated → closed, failed → closed, closed → active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | Case ID (@rid format) | |
| status | Yes | New CMMN lifecycle status: active, completed, terminated, suspended, closed, failed |