Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AutomationMédio

Trigger.dev Tasks

portriggerdotdev·triggerdotdev· v1.0.0 · atualizado em 2026-04-10
78
Score

Build AI agents, workflows and durable background tasks with Trigger.dev. Use when creating tasks, triggering jobs, handling retries, scheduling cron jobs, or implementing queues and concurrency control.

background-tasksworkflow-automationtask-schedulingasync-workflowsqueue-managementretry-logic
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdtrigger-tasks/workflow
1. Define the task using `@trigger.dev/sdk` with an ID and a `run` function.
2. Configure retry policies, including `maxAttempts`, `factor`, `minTimeoutInMs`, and `maxTimeoutInMs`.
3. Implement schema validation using `schemaTask` and `zod` for typed and validated inputs.
4. Trigger the task from backend code using `tasks.trigger` or `tasks.batchTrigger`.
5. Use `triggerAndWait` to wait for the task to complete and retrieve the result.
6. Implement waits using `wait.for`, `wait.forToken`, or `wait.until` for time-based or external approval delays.
7. Configure concurrency and queues using `queue` and the `queue` option in `task` definitions.
8. Handle errors and retries using the `retry` and `catchError` options.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aExcel Automation Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar an8n Workflow Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a企业微信待办事项编辑技能
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Trigger.dev Tasks
trigger-tasks
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers8
create a background job with Trigger.devschedule a recurring task using Trigger.devimplement a queue with concurrency controlbuild an AI agent workflow with Trigger.devprocess webhooks using Trigger.dev taskshandle retries in a background taskcreate a durable task with automatic retriestrigger a task from backend code

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download trigger-tasks
$ synaptic skills detail trigger-tasks
$ synaptic skills live trigger-tasks

Dependências

@trigger.dev/sdkzod

Links

GitHub Repository