4 Replies Latest reply on Jun 15, 2007 12:45 PM by dd974

    task and actions

    dd974

      Hello,

      There is my problem :

      I would like to execute an action just after the task is sent but before it is solved. "node-leave" actions and "before-signal" actions are executed once task is solved and "node-enter" just before task is defined. Is there a solution ?

      There's my simple task :

      <task-node name="do-task">
       <task name="task-1" swimlane="administrator">
       <controller>
       <variable name="text" access="read"/>
       <variable name="alarmId" access="read"/>
       </controller>
       </task>
       <transition name="finished" to="end"></transition>
      </task-node>
      


      Thank you in advance