Execution flow

A workflow is a configurable automated process made up of one or more steps. By default, all steps are executed sequentially, in the order they are defined in the workflow.

Hero

In the example above, the workflow will execute the steps in the following order:

  1. Assign
  2. HTTP Get
  3. If/else

You can change the order of the steps by dragging and dropping them in the workflow editor, like so:

However, there are some steps that can change the execution order or even skip some steps from execution altogether. These steps are called control steps.