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
Key Concepts of Workflows
Workows consist of a schema, aributes, and parameters. The workow schema is the main component of
a workow as it denes all the workow elements and the logical connections between them. The workow
aributes and parameters are the variables that workows use to transfer data. Orchestrator saves a
workow token every time a workow runs, recording the details of that specic run of the workow.
Workflow User Permissions
Orchestrator denes levels of permissions that you can apply to groups to allow or deny them access to
workows.
View
The user can view the elements in the workow, but cannot view the schema
or scripting.
Inspect
The user can view the elements in the workow, including the schema and
scripting.
Execute
The user can run the workow.
Edit
The user can edit the workow.
Admin
The user can set permissions on the workow and has all other permissions.
The Admin permission includes the View, Inspect, Edit, and Execute permissions. All the permissions
require the View permission.
If you do not set any permissions on a workow, the workow inherits the permissions from the folder that
contains it. If you do set permissions on a workow, those permissions override the permissions of the
folder that contains it, even if the permissions of the folder are more restrictive.
Workflow Parameters
Workows receive input parameters and generate output parameters when they run.
Input Parameters
Most workows require a certain set of input parameters to run. An input parameter is an argument that the
workow processes when it starts. The user, an application, another workow, or an action passes input
parameters to a workow for the workow to process when it starts.
For example, if a workow resets a virtual machine, the workow requires as an input parameter the name
of the virtual machine.
Output Parameters
A workow's output parameters represent the result from the workow run. Output parameters can change
when a workow or a workow element runs. While workows run, they can receive the output parameters
of other workows as input parameters.
For example, if a workow creates a snapshot of a virtual machine, the output parameter for the workow is
the resulting snapshot.
Using the VMware vRealize Orchestrator Client
14 VMware, Inc.