Using a real basic test timer to go forward one transition appears to leave
everything in a broken state. (using 3.1.1) with
<?xml version="1.0" encoding="UTF-8"?>
<process-definition
xmlns="urn:jbpm.org:jpdl-3.1" name="Timers">
<start-state name="start">
</start-state>
<end-state name="end1"></end-state>
<task-node name="Pending CSD Admin Approval">
<![CDATA[
System.out.println("*** TIMER FIRED
!!!");
]]>
</task-node>
<task-node name="Alternate CSD Admin Approval">
</task-node>
<task-node name="Notify User">
</task-node>
</process-definition>
I push it to node 2, wait 3 minutes, take a look, and it shows in both dan and
broccol's task list.
Under broccol;s it has the correct header of "Alternate CSD.." but for dan it
still shows "Pending CSD Admin Approval" If I click on the task for dan, the
correct 3rd node is highlighted in red, but the text says we are in the wrong
node.
Regards,
James Ratcliff
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957169#3957169
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957169
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user