changes.mady.by.user Aubergine
Saved on Oct 17, 2012
Saved on Oct 28, 2012
Fired when the interval timer for a process instance becomes active.
Processes("myProcess").onActivate = function(processName, processData) { // event handling code here }
The return value of the event handler is ignored.
Requires:
Future changes may include allowing a return value to prevent activation.