Core Resources
Workflow
A Workflow
represents a repeatable process that starts when certain conditions are met.
For example, you could build a workflow which when an worker is created, sends an email to them to welcome them to the team.
The when part of a Workflow
is called a Trigger
. The do part is called an Action
.
Workflows can be composed of multiple triggers and multiple actions.