advance_workflow_run
Advance a workflow run by finding newly unlocked tasks after task completions or failures, with smart failure handling that only fails when no paths remain.
Instructions
Advance a workflow run by finding newly unlocked tasks after tasks are completed/failed. Returns detailed information including completed tasks, failed tasks, newly ready tasks, blocked tasks, workflow status, and a human-readable summary. Supports smart failure handling that only fails the workflow when no paths forward remain (unless continueOnFailure is enabled).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | The ID of the workflow run to advance |