First look: behind the scenes building an AI incident responder.
First look: behind the scenes building an AI incident responder.
October 11, 2022
Workflows are a powerful part of incident.io that allow you to automate certain actions and behaviours based on specific triggers. They allow you to do things like:
Expressions are our latest addition to workflows. With an expression, you can set a value based on a set of conditions. You can then use that value throughout your workflow to vary its behaviour. Previously, to achieve the same effect, you would have had to create multiple, almost identical workflows and manually keep them in sync.
For example, you can define things like:
To get started with expressions, head over to Workflows in the web dashboard, create or edit a Workflow, and click on the new Add new expression
button.
Clicking 'Add new expression' will prompt you to choose what type of thing the expression returns, and the conditions that determine that value.
Once configured, you can use your expression anywhere that expects a value of that type.
To read more about how to use expressions, check out our Help Center article.