[jboss-user] [JBoss jBPM] - Timer doesn't close all task instance (jbpm3)
riven
do-not-reply at jboss.com
Mon Apr 13 15:18:22 EDT 2009
There is a next processDefinition.
<start-state>
</>
<task-node name="Before">
timer repeat = 1
</>
<task node name="After">
</>
<end state>
Timer is created and executed. But after call token.signal in Timer class is created new Task Instance "After" and old Task Instance "Before" doesn't close. And in state "End" there is a two task instance with state Open. I think it's incorrect behavior or normal?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225180#4225180
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225180
More information about the jboss-user
mailing list