If you would like to upgrade to a newer long-term support version of Studio Pro, see Moving from Mendix Studio Pro 8 to 9.
Parameter
Introduction
A parameter is a special kind of variable that is used an input for the microflow. When a microflow is triggered, the parameters are filled with the current values.
If you want to use an object of the Customer entity in a microflow, use the parameter. In the picture below, the object name is EnclosingCustomer and is shown in black. The data type is object, therefore the entity name is shown underneath the object name in blue.
Output Properties
Name
Name refers to the value of the parameter.
Data Type
The data type of a parameter defines the type of the value that it expects. See Data Types for the possible data types.
Default: Object