[jboss-user] [JBoss jBPM] - Re: Timer on node clarification

o_lion do-not-reply at jboss.com
Thu Apr 9 09:38:15 EDT 2009


Ops, my right xml process is: 

<?xml version="1.0" encoding="UTF-8"?>
  | 
  | <process-definition xmlns="urn:jbpm.org:jpdl-3.2"
  |   name="getIpAddressToMsisdn">
  |   <swimlane name="parameters"></swimlane>
  | 
  |   <start-state name="init">
  |     <task swimlane="parameters">
  |       <controller>
  |         <variable access="read,write,required" name="inputsBean"></variable>
  |       </controller>
  |     </task>
  |     <transition to="node1"></transition>
  |   </start-state>
  | 
  |   <node name="node1">
  |     <action name="callMsisdn" class="com.nsn.npc.jbpm.util.BeanActionHandler">
  |       <mBeanServiceName>
  |         com.nsn.npc.adapter:service=AlAdapter
  |       </mBeanServiceName>
  |       <methodName>
  |         getMsisdn
  |       </methodName>
  |     </action>
  |     <timer duedate="10 seconds" name="timeout" transition="to finish">
  |       <action></action>
  |     </timer>
  |     <transition to="finish" name="to finish"></transition>
  |   </node>
  |   <end-state name="finish"></end-state>
  | 
  | </process-definition>

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224689#4224689

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224689



More information about the jboss-user mailing list