Trigger.dev Workflow Automation
Unified workflow automation capability combining task triggering, run monitoring, schedule management, queue control, and waitpoint orchestration. Powers AI agent pipelines, background job platforms, and human-in-the-loop approval workflows.
What You Can Do
MCP Tools
trigger-task
Trigger a background task with a payload
batch-trigger-tasks
Trigger multiple task runs in a single batch request
list-runs
List task runs, filterable by status, tags, or task identifier
get-run
Get detailed status, output, and metadata for a specific run
cancel-run
Cancel a queued or currently executing run
replay-run
Replay a completed run with the original payload
list-schedules
List all configured task schedules with their cron expressions
create-schedule
Create a new cron schedule to run a task automatically
list-queues
List all task queues with their current depth and concurrency
pause-queue
Pause a queue to prevent new runs from starting
resume-queue
Resume a paused queue to allow runs to execute
create-waitpoint-token
Create a waitpoint token for a human-in-the-loop approval workflow
complete-waitpoint-token
Complete a waitpoint to resume a paused run with approval data