cmmn-get_next
cmmn-get_nextFetches the next task in a case workflow with gathered context and prompt. Returns result schema and instructions for human or process tasks.
Instructions
Gets the next task to execute in a case workflow. Returns the task with gathered context (from context_sources), prompt, and result_schema. For human tasks, this is what to present to the user. For process tasks, includes execution instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | Case ID (@rid format) |