Hi
How can we use Replicator activity in Workflow?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prabhu RajaPosted Oct 20, 2011, 2:55 AM
I found this one from our Praveen Sir Article :
Replicator activity: The Replicator activity is a conditional activity that's similar to the For Each statement. The Replicator activity creates a number of instances of a single activity while running. All instances must complete before the Replicator activity can complete.
For reference : http://www.c-sharpcorner.com/UploadFile/prvn_131971/windowsworkflowfoundation01292008050135AM/windowsworkflowfoundation.aspx
Javeed M ShaikhPosted Oct 19, 2011, 11:18 PM
The ReplicatorActivity is similar to a for each statement in code. If you are presented with a task in which you repeat the same function on many different entities, ReplicatorActivity may be a better solution.
Please do not forget to mark "Accepted Answer".