advance_workflow_run
Advance a workflow run by processing completed or failed tasks, unlocking subsequent tasks for execution, and providing a detailed status summary including ready, blocked, and failed tasks.
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 |