workflow_complete
Call to finish a Workflow Engine session, generating a final report and optionally applying proposed changes after all files are processed.
Instructions
Complete a Workflow Engine v2 session and generate the final report.
Call this when all files have been processed (next_action.type === "complete_workflow").
Options:
generate_report: Create a summary report (default: true)
apply_changes: Apply all auto-applicable proposed changes (default: false)
report_format: markdown, json, or html (default: markdown)
Returns the final summary and report content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Workflow session ID | |
| generate_report | No | Generate markdown summary report | |
| apply_changes | No | Apply all auto-applicable proposed changes | |
| report_format | No | Report output format | markdown |