4.2.1

Table Of Contents
Setting Parameter Properties
Orchestrator allows you to define properties to qualify the input parameter values that users provide when
they run workflows. The parameter properties you define impose limits on the types and values of the input
parameters the users provide.
Every parameter can have several properties. You define an input parameter's properties in the Properties tab
for a given parameter in the Presentation tab.
Parameter properties validate the input parameters and modify the way that text boxes appear in the input
parameters dialog box. Some parameter properties can create dependencies between parameters.
Static and Dynamic Parameter Property Values
A parameter property value can be either static or dynamic. Static property values remain constant. If you set
a property value to static, you set or select the property's value from a list that the workflow editor generates
according to the parameter type.
Dynamic property values depend on the value of another parameter or attribute. You define the functions by
which dynamic properties obtain values by using an object graph navigation language (OGNL) expression. If
a dynamic parameter property value depends on the value of another parameter property value and the other
parameter property value changes, the OGNL expression recalculates and changes the dynamic property
value.
IMPORTANT The use of OGNL expressions in workflow presentations is deprecated as of Orchestrator 4.1.
Using OGNL expressions in workflow presentations is not supported in releases of Orchestrator later than 4.1.
Set Parameter Properties
When a workflow starts, it validates input parameter values from users against any parameter properties that
you set.
Prerequisites
You must have a workflow and defined a list of input parameters before setting the parameter constraints.
Procedure
1 In the workflow editor, click the Presentation tab.
2 Click a parameter in the Presentation tab.
The parameter's General and Properties tabs appear at the bottom of the Presentation tab.
3 Click the parameter's Properties tab.
4 Right-click in the Properties tab and select Add property.
A dialog box opens, presenting a list of the possible properties for a parameter of the type selected.
5 Select a property from the list presented in the dialog box and click OK.
The property appears in the Properties tab.
Chapter 1 Developing Workflows
VMware, Inc. 35