nexo_workflow_update
Update workflow runs with replayable checkpoints, step status, retry metadata, and shared state to track progress and handle failures.
Instructions
Update a workflow run with replayable checkpoints, step status, retry metadata, and shared state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| step_key | No | ||
| step_title | No | ||
| step_status | No | ||
| run_status | No | ||
| checkpoint_label | No | ||
| summary | No | ||
| shared_state | No | ||
| state_patch | No | ||
| evidence | No | ||
| next_action | No | ||
| retry_after | No | ||
| max_retries | No | ||
| retry_policy | No | ||
| requires_approval | No | ||
| compensation | No | ||
| actor | No | ||
| owner | No |