workflow_discover
Find workflows available for a worker to claim. Filter by tags and status to locate unclaimed work.
Instructions
Find workflows available for a worker to pick up.
Filters by tag key/value pairs (AND semantics) and/or status. Common usage: workflow_discover(status='created') to find unclaimed work.
Workers should follow this with workflow_claim() to atomically take ownership of one of the returned workflows.
Returns an empty list if no matching workflows are found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runs | Yes |