[jboss-user] [JBoss jBPM] - Can I tell which event invoked my action?

avbentem do-not-reply at jboss.com
Thu Mar 29 11:54:19 EDT 2007


Is there any way to tell which event has triggered my action?

Like when using:
<task name="survey" swimlane="client">
  |     <event type="task-create">
  |         <action name="taskCreate" expression="#{swimlaneAssigner.setSwimlane}" />
  |     </event>
  | </task>
...then I'd like to know that task-create made my swimlaneAssigner.setSwimlane fire.

Thanks,
Arjan.


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

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



More information about the jboss-user mailing list