cases-add_documentation
cases-add_documentationAdd a documentation entry to a case following the CMMN pattern and receive the updated case with all documentation entries.
Instructions
Adds a documentation entry to a case following the CMMN tCmmnElement pattern. Returns the updated case with all documentation entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | Case ID (@rid format) | |
| text | Yes | Documentation content | |
| text_format | No | Format of the documentation text. Options: 'text/plain' (default), 'text/markdown' |