get_next_workflow_tasks
Identifies tasks in a workflow that are ready to execute by checking dependencies, so you know what to work on next.
Instructions
Get tasks that are ready to execute within a specific workflow (dependency-aware). Useful for checking what can be worked on next in a workflow context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The ID of the workflow to get ready tasks for |