Introduction to Decisions and Loops
Frends Processes can be built with different kinds of logic or instructions to produce a required functionality. This course covers the elements of building logic with Decisions and Loops.
Decisions enable executing specific actions based on a rule and Loops provide a mechanism to do a specific action over and over again until a certain condition is reached.
In Frends, there are four different Elements for implementing Decisions and Loops:
Exclusive Decision
Inclusive Decision
Foreach
While
The next article is Introduction to Exclusive Decision