It seems to be a problem with Timer implementation. When some change in process occurs
(such as transition or action call), the process instance should be added to jbpmContext
to the list of auto saved process instances (actual saving occurs when JBPMContex.close()
is called). Apparently Timer.execute does not do it and as a result, the log of all
operations performed by Timer.execute is not stored in DB and getting lost.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064302#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...