Call Microflow

Last modified: March 27, 2026

Introduction

Call microflow is used to call a selected microflow.

Call Microflow Example

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

The outcomes depend on the return type of the selected microflow:

  • No return type: The activity has a single outcome and the workflow proceeds to the next step.
  • Boolean: The activity has two outcomes: true and false. The workflow proceeds to the next step based on the returned value.
  • Enumeration: The activity has one outcome for each enumeration value, plus an empty outcome for when the value is unassigned. The workflow proceeds to the next step based on the returned value.

Boundary Events Section

Boundary events can be attached to this element and are triggered by certain events to handle exceptional situations during its execution. 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.

Read More