The XML is not being displayed properly and so the correct XML is
<task-node name="legalDept">
| <task name="task3">
| <assignment
class="com.process.jbpm.ActorAssignmentHandler"></assignment>
| </task>
| <event type="task-assign">
| <action class="com.process.jbpm.JbpmActionListener">
| <actionListener>
| com.zycus.contract.authoring.process.ContractStageUpdateEvent1
| </actionListener>
| </action>
| </event>
| <timer name="timer1" transition="LegalApprove"
duedate="3 business minutes">
| <script>
| System.out.println("Timer Fired");
| </script>
| </timer>
| <transition to="join2" name="LegalApprove">
| <action
class="com.process.jbpm.JbpmPollingActionListener"></action>
| </transition>
| <transition to="join2" name="raiseSomeConcern">
| <action
class="com.process.jbpm.JbpmPollingActionListener"></action>
| </transition>
| </task-node>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244639#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...