[jboss-user] [JBoss jBPM] - Timer ending process instance?
aleekl
do-not-reply at jboss.com
Tue Oct 3 02:44:12 EDT 2006
I have a requirement to start a timer when a process instance begins, and if the process does not go to an end-state within a stipulated time, the timer is to bring the process instance to a premature end.
Can this be done at all? So far I have experimented with doing
| executionContext.getToken().setNode("end node");
|
at MyTimerActionHandler.execute() method, but it doesn't work. I get a hibernate exception during persistence of the jbpm context.
any help?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975672#3975672
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975672
More information about the jboss-user
mailing list