[jboss-user] [JBoss jBPM] - task and actions

dd974 do-not-reply at jboss.com
Fri Jun 15 09:06:27 EDT 2007


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



More information about the jboss-user mailing list