export_documentation
Convert a .bpmn file into a Markdown process document outlining pools, lanes, and step-by-step flow. Optionally include audit findings and write to a file or return text.
Instructions
Produce a Markdown process document from a .bpmn file: an outline of every pool and lane, the step-by-step flow, and optionally the audit findings.
Args: file_path: The .bpmn file to document. output_path: Where to write the .md file. Leave empty to return the text only. include_audit: Append the audit report. overwrite: Replace output_path if it exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| overwrite | No | ||
| output_path | No | ||
| include_audit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||