Continue Accounting Workflow
continue_accounting_workflowAdvance accounting workflows by responding to prompts, resolving review items, or preparing approval actions with guided continuations.
Instructions
Continue an accounting workflow response, resolve a review item, or prepare an approval action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | next reads workflow_state_json; resolve_review/prepare_action read review_item_json; execute_review_action books a prepared owner-expense continuation with plan_handle. | |
| answer | No | Free-text answer to the current workflow question, for a compact guided continuation. Capped so a whole continuation stays within the 1 KiB budget. | |
| item_id | No | Stable id of the workflow item this continuation answers (from a workflow_action_v2 blocker or page item). | |
| plan_handle | No | For action='execute_review_action': the consume-once plan handle minted by action='prepare_action' for a server-executed owner-expense continuation. Drift-bound to the reviewed booking params; not itself approval. | |
| save_as_rule | No | For action='prepare_action', prepare save_auto_booking_rule when appropriate. | |
| workflow_handle | No | Opaque server-issued workflow handle from a compact workflow_action_v2 response. Carries inert prior workflow state; never approval or mutation authority. | |
| review_item_json | No | Review item object for action='resolve_review' or action='prepare_action'. | |
| rule_override_json | No | Optional explicit rule fields for action='prepare_action'. | |
| workflow_state_json | No | Previous workflow response; required for action='next'. |