7.1
Table Of Contents
- Using the VMware vRealize Orchestrator Client
- Contents
- Using the VMware vRealize Orchestrator Client
- The Orchestrator Client
- Managing Workflows
- Managing Policies
- Using Packages
- Using Authorizations
- Tagging Objects
- Index
Workflow Attributes
Workow elements process data that they receive as input parameters, and set the resulting data as
workow aributes or output parameters.
Read-only workow aributes act as global constants for a workow. Writable aributes act as a workow’s
global variables.
You can use aributes to transfer data between the elements of a workow. You can obtain aributes in the
following ways:
n
Dene aributes when you create a workow
n
Set the output parameter of a workow element as a workow aribute
n
Inherit aributes from a conguration element
Workflow Schema
A workow schema is a graphical representation that shows the workow as a ow diagram of
interconnected workow elements. The workow schema is the most important element of a workow as it
determines its logic.
Workflow Presentation
When users run a workow, they provide the values for the input parameters of the workow in the
workow presentation. When you organize the workow presentation, consider the type and number of
input parameters of the workow.
Workflow Tokens
A workow token represents a workow that is running or has run.
A workow is an abstract description of a process that denes a generic sequence of steps and a generic set
of required input parameters. When you run a workow with a set of real input parameters, you receive an
instance of this abstract workow that behaves according to the specic input parameters you give it. This
specic instance of a completed or a running workow is called a workow token.
Workflow Token Attributes
Workow token aributes are the specic parameters with which a workow token runs. The workow
token aributes are an aggregation of the workow's global aributes and the specic input and output
parameters with which you run the workow token.
Workflow Version History
Orchestrator keeps the version history for each workow, irrespective of whether it is included in the
default workow library or whether the workow is newly developed. By keeping the version history in the
database, you can compare dierent workow versions and to revert to a previous workow version.
Orchestrator creates a new version history item for each workow when you increase and save the
workow version. Subsequent changes to the workow do not change the current saved version. The
version history is kept in the database along with the workow itself.
When you delete a workow or an action, Orchestrator marks the element as deleted in the database
without deleting the version history of the element from the database. This way, you can restore deleted
workows and actions.
Chapter 2 Managing Workflows
VMware, Inc. 15