Overview
The queue system now supports team job types, allowing you to schedule and enqueue team runs alongside agent and workflow jobs.Enqueue a Team Run
Schedule a Recurring Team Run
Worker Setup
Job Types
| Type | Payload | Handler |
|---|---|---|
agent | AgentJobPayload | agent.run(input, opts) |
team | TeamJobPayload | team.run(input, opts) |
workflow | WorkflowJobPayload | workflow.run(opts) |