This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - [Bug]onActivate: server events AND promotions on workflow activity

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