0 Replies Latest reply on Jan 16, 2006 8:58 AM by gaidomartin

    Well, here the xml mentioned :-)

    gaidomartin

       

      <task-node name="evaluate web order">
       <task swimlane="salesman">
       <timer duedate="20 seconds" repeat="10 seconds">
       <action class="org.jbpm.websale.RemindActor">
       <swimlane>salesman</swimlane>
       </action>
       </timer>
       <controller>
       <variable name="item" access="read"/>
       <variable name="quantity" access="read"/>
       <variable name="address" access="read"/>
       <variable name="comment"/>
       </controller>
       </task>
       <transition name="ok" to="salefork" />
       <transition name="more info needed" to="fix web order data" /> </task-node>