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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...