workflow_update_step
Update a workflow step during a reasoning pipeline by assigning its status and attaching validation evidence.
Instructions
Update a workflow step with validation evidence.
Args: run_id: Workflow run ID returned by workflow_run. step_index: 1-based step index. status: pending, running, passed, failed, skipped, or blocked. evidence: Short evidence note, command, source, or blocker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| status | Yes | ||
| evidence | No | ||
| step_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |