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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to