7.4

Table Of Contents
Option Description
WFStubMachineDisposing Customizable state change workflow that executes before a machine enters the
Disposing state
WFStubMachineExpired Customizable state change workflow that executes before a machine enters the
Expired state
WFStubMachineProvisioned Customizable state change workflow that executes before a machine enters the
MachineProvisioned state
WFStubMachineRegistered Customizable state change workflow that executes before a machine enters the
RegisterMachine state
WFStubUnprovisionMachine Customizable state change workflow that executes before a machine enters the
UnprovisionMachine state
3 Click OK.
The workflow displays in the Designer pane.
4 Customize the workflow by dragging activities from the Toolbox to the Designer pane and configuring
their arguments.
5 When you are finished editing the workflow, update the workflow in the Model Manager by clicking
Send.
The workflow is saved and appears as a new revision in the list the next time you load a workflow.
You can access an earlier version of a workflow at any time. See Revert to a Previous Revision of a
Workflow.
Using vRealize Orchestrator Workflow Activities
You can use vRealize Automation Designer activities to call vRealize Orchestrator workflows either
synchronously or asynchronously.
A vRealize Orchestrator endpoint is specified in one of the following ways:
n
VirtualMachineId is the name of the variable representing the virtual machine ID. A virtual machine
with this ID is selected and the value that is retrieved from the
VMware.VCenterOrchestrator.EndpointName custom property for a virtual machine is used as the
vRealize Orchestrator endpoint name.
n
GetVcoEndpointByManagementEndpoint returns the value of a custom property on a specified
ManagementEndpoint object. If the CustomPropertyName is not specified, the value of the
VMware.VCenterOrchestrator.EndpointName property is used.
n
GetVcoEndpointByHost returns the value of a custom property on a specified host. If the
CustomPropertyName is not specified, the value of the
VMware.VCenterOrchestrator.EndpointName property is used.
Synchronous Execution
The InvokeVcoWorkflow activity calls a vRealize Orchestrator workflow and blocks further execution of
its parent IaaS workflow until the vRealize Orchestrator workflow completes. The activity returns the
output parameters for the vRealize Orchestrator workflow.
Life Cycle Extensibility
VMware, Inc. 60