Hi All,
I am looking how can I design a flow with a parallel branch using a decision shape of type Fork.
I have to execute both branch in parrallel way.
The 2 branch don’t need join condition for information.
Any idea how to design this???
Hi All,
I am looking how can I design a flow with a parallel branch using a decision shape of type Fork.
I have to execute both branch in parrallel way.
The 2 branch don’t need join condition for information.
Any idea how to design this???
@ahmedd13 What comes to my mind is to use a sub process shape and select spinoff flow.
Both processes will still be run on same thread so its not actual parallel processing but logically both processes are run when you use the spin off option.
Hope i understood your question and my answer is to the point.
Either way i hope you find a solution!
Kind regards,
Hi Niels, the tests is in pending, I will update soon
Hi Niels, after tests, it’s not working as needed with the spinoff settings.
My need is to let one subprocess (ErrorHandlingBackToStage) executing in yhe same thread and the secnd one which in reel make an assigment to a work queue in background processsing.
Hope I ma clear.
Regards