Call Microflow

Last modified: May 12, 2023

1 Introduction

Call microflow is used to call a selected microflow.

Call Microflow Example

2 Properties

Call microflow properties consist of the following sections:

2.1 General Section

2.1.1 Caption

The Caption describes what happens in this element. It is displayed in the workflow element to make the workflow easier to read and understand without needing to add annotations.

2.1.2 Microflow

The microflow that is called by this element.

2.2 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.

2.3 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.

2.4 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.

3 Read More