workflow_next
Retrieve the next action for a workflow session, including progress details and explicit instructions for the current task. Follow the provided next_action instructions exactly.
Instructions
Get the next action to perform in a workflow session.
Call this when you're ready for the next task. The engine returns:
Current progress (phase, files completed, percent)
Current file's checklist status
Next action with explicit instructions
Tool call suggestions for the action
The agent MUST follow the next_action instructions exactly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Workflow session ID from workflow_start |