Skip to main content


Hello There,


 


If I call multiple instances of a workflow from a parent workflow and make is synchronous so that the parent has to wait till it hears from all the child instances, how would i keep track if all the instances have responded or not.


Also, how would the child instances behave? Are they synchronous or asynchronous.


 Would the child workflow run parallel or one after the one


 


Regards


Amarnath


Have a look at the following:


http://www.k2underground.com/blogs/pitchblack/archive/2008/08/26/looping-through-an-activity-for-each-item-returned-from-a-smartobject-list.aspx


All child processes will run in parallel, so ensure that you configure the succeeding rule as explained in the post above in order for them to sync up correctly at the end of the parent's activity.


hi dc,


Thanks for the reply


Hello,


Do you know how to instantiate a workflow from a server code event?


Reply