If you would like to upgrade to a newer long-term support version of Studio Pro, see Upgrading from Mendix Studio Pro 9 to 10.
If you would like to upgrade to a newer long-term support version of Studio Pro, see Upgrading from Mendix Studio Pro 9 to 10.
Workflow Parameters
Introduction
A parameter is a special kind of variable that is used as input for the workflow. When a workflow is triggered, the parameter is filled with the current values.
In the workflow editor, you can see the WorkflowContext parameter in the upper-left corner. In the picture below, the object is shown in blue and the parameter name is shown in black.
The WorkflowContext parameter is a business-related data that travels through the workflow.
Properties
Entity
The entity used by the workflow parameter.
Name
Name is the name of the parameter and cannot be changed.