Overview
Pipeline schedule object
{
"created_at": "2023-03-01 20:27:23.645692+00:00",
"event_matchers": [],
"id": 41,
"last_pipeline_run_status": null,
"name": "dark brook",
"pipeline_runs_count": 0,
"pipeline_uuid": "dry_bird",
"schedule_interval": "@once",
"schedule_type": "time",
"settings": {
"allow_blocks_to_fail": true,
"skip_if_previous_running": false
},
"sla": 950400,
"start_time": "2023-03-01 22:04:00+00:00",
"status": "inactive",
"tags": ["core data"],
"token": "1dca215c01564d48bf0d3db7d5450a20",
"updated_at": "2023-03-01 22:04:29.761238+00:00",
"variables": {
"env": "dev"
}
}
Date and time the trigger was created.
Event matching logic for event triggers.
Trigger ID.
Name of trigger.
Pipeline UUID the trigger belongs to.
@once
, @hourly
, @daily
, @weekly
, @monthly
Trigger type: api
, event
, time
Additional settings for the trigger.
If true
, then blocks in the pipeline will continue to run even if unrelated blocks fail.
If true
, then new pipeline runs won’t be triggered until the most recent pipeline run is
no longer running.
If the pipeline run has been running for more than the SLA value, then the pipeline will fail.
Date and time when the trigger should start running.
active
, inactive
An array of tag names.
Unique string used in the URL when triggering pipeline via API request.
Date and time the trigger was last updated.
Object containing variables for the pipeline that is being overwritten by this trigger.
The property name is user defined.
{
"created_at": "2023-03-01 20:27:23.645692+00:00",
"event_matchers": [],
"id": 41,
"last_pipeline_run_status": null,
"name": "dark brook",
"pipeline_runs_count": 0,
"pipeline_uuid": "dry_bird",
"schedule_interval": "@once",
"schedule_type": "time",
"settings": {
"allow_blocks_to_fail": true,
"skip_if_previous_running": false
},
"sla": 950400,
"start_time": "2023-03-01 22:04:00+00:00",
"status": "inactive",
"tags": ["core data"],
"token": "1dca215c01564d48bf0d3db7d5450a20",
"updated_at": "2023-03-01 22:04:29.761238+00:00",
"variables": {
"env": "dev"
}
}