How to start a Parallel child Process in k2 Five


Hello, 

 

B4 k2 Five we were using No Distianation plan slot to start a multiple chil Prcoess parallel. No this is no more in k2 Five . So my query is how we can start Parallel Sub Process in k2 Five. 

 

One way we have k2 Five loop control in this we can loop this and then start the process but what is the blocker here this will start one by one I mean loop will start the child process and wait to complete then go in to loop again. we dont need this . 

We need to start child process parallel as it was in 4.7 

Any idea ? 


3 replies

Hi,

 

Why cant go with IPC event to start the child process.

 

Ref: https://help.k2.com/onlinehelp/k2five/userguide/5.2/default.htm#LegacyDesigntools/Thick_Client_Wizards/Event_Wizards-General/IPC/IPC_Event.htm

 

Regards

SK

 

Badge +9

Hi ProInception

 

For parallel path please see attached KB: https://help.k2.com/kb002670

 

Should you find the information from the article useful or leading you to the answer please mark as "Solution and/or Kudo", as it will assist other k2 developers with relevant information in the near future.

 

Best Regards

Elvis

 

[K2 will not accept any liability for any issues arising from actions taken in respect of the information provided by any forum member]

Userlevel 4
Badge +13

Hi ProInception,


 


From K2 5.2, the functionality to start multiple instances of a sub-workflow in parallel is available:


http://help.k2.com/onlinehelp/k2five/userguide/5.2/default.htm#How-Tos/CSWMultiple/Create-workflow-containing-multiple-sub-workflow.htm


 


If you are using the Loop step, try un-checking 'Wait for the sub workflow to finish' on the Call Sub Workflow step. This should start all sub workflows at the same time. 


 


[K2 will not accept any liability for any issues arising from actions taken in respect of the information provided by any forum member.]

Reply