changes.mady.by.user Aubergine
Saved on Oct 16, 2012
Saved on Oct 17, 2012
Triggered Fired when the process timer interval is activatedinterval timer for a process instance becomes active.
Processes("myProcess").onActivate = function(processprocessName, 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.