User development,

A new message was posted in the thread "Setting priority for process definition 
or instance":

http://community.jboss.org/message/525866#525866

Author  : Ronald van Kuijk
Profile : http://community.jboss.org/people/kukeltje

Message:
--------------------------------------------------------------
> Is there any way of specifying a priority for either definition  or instance 
> of the process to be more important than another.
 
No, but since jBPM is a very lightweight engine, you can run several in 
parallel for different processes (you can even embed one in each application) 
and make sure one runs more e.g. jobschedulers then the other. Or you can take 
other measures to signal one type of process instance more often then another 
(e.g. by using jms queues with different numbers of mdb's on them). So I advice 
to atm use existing JEE options.

--------------------------------------------------------------

To reply to this message visit the message page: 
http://community.jboss.org/message/525866#525866


_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to