7.3

Table Of Contents
InvokeRepositoryWorkflow
Executes a workow installed in the Model Manager.
Table 134. InvokeRepositoryWorkflow Activity Input Parameters
Argument Type Description
WorkowType WorkowDenition entity The workow to execute.
WorkowInputs Dictionary<string, object> (Optional) Inputs to the workow.
CallingInstance WorkowInstance entity (Optional) The workow that calls the executed workow
and to which it will return.
LoadProperty
Loads deferred content for a specied property from the data service.
Table 135. LoadProperty Activity Input Parameters
Argument Type Description
DataServiceContext RepositoryServiceContext
The DataServiceContext from which to load the
property.
Instance Object The entity that contains the property to load.
InstanceProperty String The name of the property of the specied entity to load.
SaveChanges
Saves the changes that the DataServiceContext is tracking to storage.
Table 136. SaveChanges Activity Input Parameters
Argument Type Description
DataServiceContext RepositoryServiceContext
The DataServiceContext that is tracking the changes to
save.
SetLink
Noties the DataServiceContext that a new link exists between the objects specied and that the link is
represented by the property specied in the SourceProperty argument.
Table 137. SetLink Activity Input Parameters
Argument Type Description
DataServiceContext RepositoryServiceContext
The DataServiceContext to notify of the link.
Source Object The source object for the new link.
SourceProperty String The property on the source object that identies the target
object of the new link.
Target Object The child object involved in the new link to initialize by
calling this method. The target object must be a subtype of
the type identied by SourceProperty. If Target is set to
null, the call represents a delete link operation.
Life Cycle Extensibility
76 VMware, Inc.