Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 656 Bytes

TriggerType.md

File metadata and controls

11 lines (6 loc) · 656 Bytes

TriggerType

  • PERIODIC: Schedules that periodically trigger runs, such as a cron scheduler. * ONE_TIME: One time triggers that fire a single run. This occurs you triggered a single run on demand through the UI or the API. * RETRY: Indicates a run that is triggered as a retry of a previously failed run. This occurs when you request to re-run the job in case of failures.

Properties

Name Type Description Notes

[Back to Model list] [Back to API list] [Back to README]