7.4

Table Of Contents
DynamicOps.Repository.Activities
The DynamicOps.Repository.Activities namespace contains basic workflow activities for IaaS
workflows.
Note The CDK is deprecated beginning with vRealize Automation 7.0. You can use the
vRealize Orchestrator workflows to address use cases that you previously addressed with CDK.
AddLink
Adds the specified 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 specified 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.
AttachTo
Notifies the DataServiceContext to start tracking the specified resource.
Table 129. AttachTo Activity Input Parameters
Argument Type Description
DataServiceContext RepositoryServiceContext The DataServiceContext that should track the resource.
Instance Object The resource to be tracked by the DataServiceContext. The
resource is attached in the Unchanged state.
CreateRepositoryServiceContext<T>
Creates a context for a model loaded into the Model Manager.
When you add this activity to a workflow in vRealize Automation Designer, you must select a class that
inherits from the RepositoryServiceContext class.
Life Cycle Extensibility
VMware, Inc. 85