update_order_status
Update the current machine step for an in-progress coffee order. Use at the start of each recipe phase like grinding, brewing, or dispensing.
Instructions
Update the current machine step for an in-progress order. Call this as you BEGIN each step in the recipe: 'grinding', 'brewing', 'steaming' (milk drinks only), 'dispensing'. Do NOT use this for 'pending' (set by place_order) or 'ready' (set by mark_order_ready). Calling 'steaming' on a non-milk drink is a validation error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| order_id | Yes |