Page History
Info | ||||
---|---|---|---|---|
| ||||
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:
- Function calls
Subflows (a flow in a flow)
What does it do?
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.
Table of Contents | ||
---|---|---|
|
|
|
|
|
|
|
|
Overview
Content Tools