ObjectsReplicator activity

Build 1501 on 14/Nov/2017  This topic last edited on: 21/Mar/2016, at 18:35

The ObjectsReplicator activity is used in every workflow that requires some sequence of activities to be performed on multiple objects.

It is essentially a ‘for each’ statement.

It executes the ‘child’ activities for each object being processed.

It requires the list of object ids to process, which are typically passed from the root element through the call to the workflow.

  <ObjectsReplicator

    x:Name="replicatorActivity"

    ObjectIds="{wf:ActivityBind mainWorkflow, ObjectIds}">

See also

DataReplicator

http://tech.teradp.com/tech/html/gn4/docs/VSdoc/frlrfTeraDPGN4WorkflowActivityObjectsReplicatorClassTopic.html