Workflows
Overview
Need any help with creating a Workflow? Feel free to submit an issue or join our Slack and we will help with that.
In this section we will review the Workflow components.
Triggers
When you run alert with the CLI using
keep run
, the CLI run the alert regardless of the triggers.Manual trigger
Alert trigger
Incident trigger
Interval trigger
Steps
Steps are optional and define a sequence of actions that fetch or compute data. They are used to add data to the workflow, which can be used in other steps or actions.
Actions
An action defines what to do when a workflow is triggered. Actions usually rely on providers for executing specific tasks, like sending a Slack message.
Conditions
A condition sets the rules under which an action should be performed. For example, you can set a condition to only trigger an action if certain criteria are met.