JBoss Community

Timer error

created by abhijit passi in jBPM Development - View the full discussion

Hi

 

I am trying to out a timer around ESBActionHandlerNode, but the transition never happens

Here is the code

<node name="FetchUserEsb">

        <action class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbActionHandler">

        <esbCategoryName>FetchUserAlfrescoCat</esbCategoryName>

         <esbServiceName>FetchUserAlfrescoServ</esbServiceName>

         <exceptionTransition>exception</exceptionTransition>

         <bpmToEsbVars/>

         <esbToBpmVars>

            <mapping esb="BODY_CONTENT" bpm="userList" />

        </esbToBpmVars>

        </action>

        <timer name='timeout' duedate='10 seconds' transition='TimeOut' >

 

         </timer>

        <transition to="MailSetUpNode" name="MailSetUpNode"></transition>

        <transition to="ExceptionNode" name="exception"></transition>

        <transition to="TimeOut" name="TimeOut"></transition>

    </node>

 

can anyone tell me whats wrong here?

 

thanks..

Reply to this message by going to Community

Start a new discussion in jBPM Development at Community