items-add_documentation
items-add_documentationAdd a documentation entry to a case file item, with support for text/plain or text/markdown formats.
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' |