changes.mady.by.user Aubergine
Saved on Oct 15, 2012
Saved on Oct 28, 2012
Fired when the interval timer for a process instance has been deactivated.
Processes("myProcess").onDeactivate = 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 deactivation.