Hi there,

I have a business process where the main process needs to split out into a 
number of exactly alike subprocesses, and then join back up again into the main 
process once each of those subprocesses have finished running their course. The 
problem is that the number of sub-processes that need to be spawned is not 
consistent, and is actually input by the end user at runtime. I have no idea 
how to model this behaviour.

An analogy is the process "Publish a book", where the sub-processes in question 
would be "Edit a chapter". Each chapter will go through the same steps as a 
sub-process, but the number of chapters (and hence the number of sub-processes 
required) is only known once the "Publish a book" main process is in course.

Any ideas?

Many thanks,
Matt

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997493#3997493

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997493
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to