5.1

Table Of Contents
2 From the Orchestrator client menu, select Tools > User preferences.
3 Click the General tab.
4 Type the number of results for searches to return in the Finder Maximum Size text box.
5 Click Save and Close in the User Preferences dialog box.
You modified the number of results that searches return.
Schema Elements
The workflow editor presents the workflow schema elements in menus in the Schema tab.
You can use the schema elements available in the Schema tab to build a workflow.
Table 1-3. Schema Elements and Icons
Schema Element
Name Description Icon
Location in Workflow
Editor
Start Workflow The starting point of the workflow. All
workflows contain this element and it
cannot be removed from the workflow
schema. A workflow can have only one start
element. Start elements have one output and
no input.
Always present in the
Schema tab
Scriptable Task General purpose tasks you define. You write
JavaScript functions in this element.
Generic workflow palette
Decision Boolean function. Decision elements take
one input parameter and return either
true or false. The type of decision that the
element makes, depends on the type of the
input parameter. Decision elements allow
the workflow to branch into different
directions, depending on the input
parameter the decision element receives. If
the received input parameter corresponds to
an expected value, the workflow continues
along a certain route. If the input is not the
expected value, the workflow continues on
an alternative path.
Generic workflow palette
Custom Decision Boolean function. Custom decisions can take
several input parameters and process them
according to custom scripts. Returns either
true or false.
Generic workflow palette
Decision Activity Boolean function. A decision activity runs a
workflow and binds its output parameters
to a true or a false path.
Generic workflow palette
Chapter 1 Developing Workflows
VMware, Inc. 23