7.3

Table Of Contents
vRealize Automation Workflow Activity Reference
VMware provides a library of workow activities with vRealize Automation Designer for use in
customizing workows.
N The CDK is deprecated beginning with vRealize Automation 7.0. You can use the
vRealize Orchestrator workows to address use cases that you previously addressed with CDK.
Five categories of Windows Workow Foundation activities are also included in vRealize Automation
Designer, including Control Flow, Flowchart, Primitives, Collection and Error Handling.
This section provides a reference to the IaaS workow activities included with vRealize Automation
Designer in the DynamicOps.Repository.Activities and DynamicOps.Cdk.Activities namespaces. Activities
related to calling vRealize Orchestrator workows are described in “Using vRealize Orchestrator Workow
Activities,” on page 53.
N In the IaaS activity library, the Model Manager is referred to as the repository.
DynamicOps.Repository.Activities
The DynamicOps.Repository.Activities namespace contains basic workow activities for IaaS workows.
N The CDK is deprecated beginning with vRealize Automation 7.0. You can use the
vRealize Orchestrator workows to address use cases that you previously addressed with CDK.
AddLink
Adds the specied link to the set of objects the DataServiceContext is tracking.
Table 127. AddLink Activity Input Parameters
Argument Type Description
DataServiceContext RepositoryServiceContext
The DataServiceContext to which to add the link.
Source Object The source object for the new link.
SourceProperty String The name of the navigation property on the source object
that returns the related object.
Target Object The object related to the source object by the new link.
AddObject
Adds the specied object to the set of objects the DataServiceContext is tracking.
Table 128. AddObject Activity Input Parameters
Argument Type Description
DataServiceContext RepositoryServiceContext
The DataServiceContext to which to add the object.
Instance Object
The object to be tracked by the DataServiceContext.
Life Cycle Extensibility
74 VMware, Inc.