Call Microflow

Last modified: September 26, 2024

Introduction

Call microflow is used to call a selected microflow.

Call Microflow Example

Properties

Call microflow properties consist of the following sections:

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.

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.

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.

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.

Read More