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.
In the example above, the workflow will execute the steps in the following order:
Assign
HTTP Get
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.