Showing related tags and posts across the entire site.
-
Hi, We are developing a workflow which has a Main(Parent) Process and 2 Child Processes. The Parent Process calls these Child Processes and we are using IPC Server event for acheiving this. We will be updating few datafields in the child process and the datafields in the parent process also should get...
-
Using no destinations and simply recursively going to the same activity by tracking my data to be passed into each child process and a counter, as described in this post http://forum.k2workflow.com/forums/ShowThread.aspx?PostID=8157 almost works perfectly. The only problem is it always stops after two recursive...
-
I have a scenario in which I want to create n number of child processes that run in parallel. I would like to use an IPC event to handle this. I have custom destination rule code that creates the destinations for the activity that has the IPC event. This will successfully create on child process for...