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

2007-04-04 Thread [EMAIL PROTECTED]
Arjan, You can do this by querying the event from the ExecutionContext. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034458#4034458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034458 __

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

2007-04-20 Thread avbentem
"[EMAIL PROTECTED]" wrote : You can do this by querying the event from the ExecutionContext. I took me some time trying to retrieve the jBPM execution context from within a Seam application (which can inject things like JbpmContext, ProcessInstance and TaskInstance, in which I could not easily f