A flow is used to model the path(s) that can be taken through the application.
Learn more about the flow properties, start node, exit / end node, condition node, action nodes such as subflows, service calls, function calls, and the repeat expression.
What is it?
A flow is a graph-like structure that can consist of:
You can use flows to create event-driven applications. This means the occurrence of an event can determine the path the application is taking within the flow. The path that is taken, in its turn, determines which events may occur.