I'm a workflow rookie alright so maybe I'm way off base, but when my workflow splits no user interaction is required on either subflow until after the join has been performed. Every step has an automatic start and finish too. So I dont really understand why the workflow engine could not process these in parallel ... literaly on separate threads. Why is there a pseudo sequencial process enforced?
Can you help me understand? What exactly are concurrent workflows? Is there any way of achieving this multithreaded processing? Must I do it within an activity?
Thanks in advance
1142436317
Posted byAnonymous Userat
2006-03-15 09:25 AM
do you care about how it's done behind ? As long as it seems parallel...
I'm a workflow rookie alright so maybe I'm way off base, but when my workflow splits no user interaction is required on either subflow until after the join has been performed. Every step has an automatic start and finish too. So I dont really understand why the workflow engine could not process these in parallel ... literaly on separate threads. Why is there a pseudo sequencial process enforced?
Can you help me understand? What exactly are concurrent workflows? Is there any way of achieving this multithreaded processing? Must I do it within an activity?
Thanks in advance
do you care about how it's done behind ? As long as it seems parallel...
Replies to this comment