JBoss Community

Re: 'Timer' inside task is not running

created by Farhan Masood in jBPM - View the full discussion

Sorry. I pasted the code but somehow it didn't appear..

 

Here is the code

 

<task-node name="ops Schedule Signing">
<task name="ops Schedule Signingg" priority="0">
<timer duedate="5 seconds" transition="done">
   <action class="com.order.product.signingconfirmation.process.handler.TimerHandler">
   </action>
</timer>
</task>
<transition to="Schedule Signing"></transition>
<transition name='done' to='Complete'/>
</task-node>

Reply to this message by going to Community

Start a new discussion in jBPM at Community