Mendix 7 is no longer supported unless you have Extended Support. Mendix 7 documentation will remain available until July 2024.

To upgrade to a supported version, see Moving from Desktop Modeler Version 7 to Studio Pro 8.

Microflow Call

Last modified: June 29, 2022

1 Introduction

The Microflow call activity can be used to call another microflow. Arguments can be passed to the microflow and the result can be stored in a variable.

2 Action Properties

2.1 Microflow

The microflow that is called by this activity.

2.2 Arguments

For each parameter of the microflow you have to supply an argument of the same type. The values of the arguments are expressed using expressions.

3 Output Properties

3.1 Return Type

The data type of the result of the called microflow. The return type is defined by the called microflow.

3.2 Variable Name

The name of the variable that will contain the result of the called microflow.