anonymous wrote : - create a list from waiting process ( i need to create a task for every resumable tokens?)
No, you can just use the token to acquire more info about it or the node it is in, like name, description etc anonymous wrote : | -signaling (i want to take a signal for the tokens to resume the process executions. Need i lock the processInstace prevent from the Paralel executions that can occure hibernate exception, and unlock when the executor finished - the process finished or entered a new wait state.- No, not specifically. Signalling should take care of it afaik. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188802#4188802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188802 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
