newcomer - Tuesday, August 21, 2012 7:08 AM:
Hi,
I have a (lifecycle)promotion on a workflow activity(onActivate) and a method/server event(onActivate) for the same activity. The problem is, the method/server event will never be executed when the promotion conditions fits.
My workaround for this issues is:
Insteed of using onActivate I use onAssign for the method/server event. But I'm not so sure how onAssign really works. The onAssign event will be executed after the onActivate event, but except for this, i couldn't find a difference. Can someone confirm this?
Greets