workflow_progress
Report progress on each workflow action (analyze file, apply topic) and receive the next step. Share findings, proposed code changes, and checklist updates to advance the session.
Instructions
Report progress on current workflow action and get the next action.
Call this after completing each action (analyzing a file, applying a topic, converting an instance). Include any findings, proposed changes, and topics to add to the checklist.
The engine updates session state and returns the next action to perform.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Workflow session ID | |
| completed_action | Yes | Information about the completed action | |
| findings | No | Issues or observations found during this action | |
| proposed_changes | No | Code changes proposed during this action | |
| expand_checklist | No | Additional topics to add to current file's checklist (from analyze_al_code suggested_topics) |