[jboss-user] [jBPM Users] - How signal as a state to a task?

cmjhingeniero do-not-reply at jboss.com
Sun Nov 29 14:22:26 EST 2009


Hi

I have a state that has an event that is consumed until the flag reaches a certain value. When you reach this value need to turn to another task. As I do this, some examples in java


  | <state g="438,14,92,52" name="verificar repo">
  |       <on event="start">
  |       <timer duedate="1 minutes" repeat="10 seconds"/>
  | 	    <event-listener class="com.configuracion.eventos.VerificarReposicion">
  |           <field name="documento"><object expr="#{resReposicion}"/></field>
  |           <field name="caf"><object expr="#{txtCaf}"/></field>
  |       	</event-listener>
  | 	  </on>
  | 	  <transition to="enviar email"/>
  |    </state>
  |    
  |    <mail g="562,14,107,54" name="enviar email">
  | 		<to addresses="carlosj at audifarma.com.co"/>
  | 		<subject>Prueba</subject>
  | 		<text>Prueba</text>
  |                 <transition to="fin_1"/>
  |    </mail>
  | 

As would be the method "notify" in class "com.configuracion.eventos.VerificarReposicion" to pass the signal....

Thanks

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

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



More information about the jboss-user mailing list