Steps

Now you are able to add steps or tasks to your pipeline that will be executed and in which order.

There are 3 types of steps to choose from:

- A starting one that has always been in place.

- Function: it runs a function of choice.

- Wait for the user: it awaits the user to choose from a set of given next steps.

- Notify the user: it launches a notification message.

Once a step is added, you have to define its index, Name, Color, Icon, Type (function), wait for user, notify user, and the default step.

The default step is a branching step. You can specify below where the execution should continue based on the previous step function output. If none of the values match a step, the execution will continue with the function indicated here.

Also, the next task(s) to execute have to be defined. After the function execution, the system variable {FunctionResult} is evaluated. Depending on its value, the next execution step is decided according to the following table:

Last updated