Skip to main content
Introductions to Decisions and Loops

Process development

Ossi Galkin avatar
Written by Ossi Galkin
Updated over 7 months ago

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

Did this answer your question?