This content has been marked as final.
Show 4 replies
-
1. Re: How to know it coming from which transition in a start-event handler ?
HuiSheng Xu Aug 1, 2010 10:17 PM (in response to Tun Mang)Hi Tun,
try ((ExecutionImpl) execution).getTransition();
-
2. Re: How to know it coming from which transition in a start-event handler ?
Tun Mang Aug 2, 2010 12:50 PM (in response to HuiSheng Xu)Hi HuiSheng:
Thank you so much once again.
-
3. Re: How to know it coming from which transition in a start-event handler ?
Sebastian Schneider Aug 7, 2010 8:27 AM (in response to HuiSheng Xu)Is the cast still necessary in 4.4 or has the interface been changed?
-
4. Re: How to know it coming from which transition in a start-event handler ?
HuiSheng Xu Aug 8, 2010 5:50 AM (in response to Sebastian Schneider)Hi Sebastian,
I am afraid so. There is no method which could get activity or transition directly in Execution interface .
Should we add these methods into api ?