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

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054730
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to