items-add_documentation
items-add_documentationAdd documentation to a case item by providing text and format (plain text or markdown), stored in the documentation array.
Instructions
Adds a documentation entry to a CaseFileItem following the CMMN tCmmnElement pattern. Documentation is stored in data.documentation array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | CaseFileItem ID (@rid format) | |
| text | Yes | Documentation content | |
| text_format | No | Format of the documentation text. Options: 'text/plain' (default), 'text/markdown' |