[jboss-user] [JBoss jBPM] - Re: I am probably missing something but ....

Hurtdp do-not-reply at jboss.com
Mon Nov 5 22:16:34 EST 2007


Ronald,

Thanks for the quick response and I am sorry if my description is a little lacking.

Exactly what happens at each step is going to vary  - our system will have to support a lot of different kinds of steps - but in general it is just adding additional information to the request. 

The main issue is that the requests should be able to proceed through the workflow instance all together, in groups or individually depending on the operating procedures and available staff in place.  So in simple terms of 

A->B->C->D

500 requests are created at step A and move to B.
A->B(500)->C->D

50 are processed (information added) at B and move to C 
A->B(450)->C(50)->D

Some time later 10 of the 50 at C are processed and 100 at B are processed
A->B(350)-C(140)->D(10)

This would continue (any number of requests getting processed at any step at any time) until all have been processed or they are canceled.

I hope this makes sense.

Dave

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102049



More information about the jboss-user mailing list