Call Microflow
Introduction
Call microflow is used to call a selected microflow.
Properties
Call microflow properties consist of the following sections:
General Section
Caption
The Caption describes what happens in this element. It is displayed under the workflow element to make the workflow easier to read and understand without needing to add annotations.
Microflow
The microflow that is called by this element.
Parameters Section
Parameters of the selected microflow. Depending on the selected microflow, you will see a list of its parameters. Parameters pass data to the element. To view Parameters, click the ellipsis icon next to the property name.
Outcomes Section
Outcomes depends on the return type and values of the microflow. For example, when there is not return type, you have a single outcome; for the Boolean, you have true and false outcomes; and for the enumeration – an outcome per each enumeration value and an empty one when the value is unassigned.
Boundary Events Section
For more information, see Boundary Events.
Common Section
Name is the internal name of the element. When referring to the element in the app you will use this name. It must be unique within the workflow, but you can have two elements with the same name in different workflows.