
Overview
With Bolt Triggers, you can:- Automatically execute actions when runs complete
- Connect Bolt to external tools and services
- Configure which schedules activate specific triggers
- Customize trigger behavior and parameters
- Integrate pipeline execution with your broader data and DevOps workflows
How Triggers Work
Triggers are evaluated after a Bolt run completes. Here’s the execution flow:- Bolt Schedule Execution: Your configured commands run in sequence according to Command Settings
- Run Completion: The schedule completes with either a success or failure status
- Trigger Evaluation: Paradime evaluates configured triggers based on the run outcome
- Action Execution: Triggers automatically execute their configured actions with run details
Trigger Execution Logic
Paradime follows a specific trigger execution logic to ensure actions are executed appropriately:- Run Status Detection: When a Bolt schedule completes, Paradime determines the run status (success or failure)
- Trigger Filtering: Only triggers configured for the specific run outcome are evaluated
- Automatic Action Execution: Each connected service receives relevant information such as:
- Schedule name and workspace details
- Direct link to Paradime run logs
- Run ID and execution timestamps
- Commands that were executed
- Branch information
- Run status and details
- Independent Trigger Execution: Each trigger operates independently - if one integration fails, others will still execute
Available Trigger Types
Incident Management Triggers
Automatically create incidents in your incident management platform when runs fail.Datadog
Create incidents in Datadog alongside infrastructure monitoring
incident.io
Create Slack-native incidents with automatic channel creation
PagerDuty
Create incidents in PagerDuty with on-call escalation
New Relic
Note: Incident management triggers only activate on failed runs. Successful runs do not trigger incident creation.