Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Excerpt

Fired when the interval timer for a process instance has been deactivated.

 

Syntax

Code Block
themeRDark
languagejavascript
linenumberstrue
Processes("myProcess").onDeactivate = function(processName, processData) {
  // event handling code here
}

Parameters

ParameterTypeNotesProcess Version
processNameStringThe name of the instance that has been deactivated.0.1
processDataObjectThe data object associated with the deactivated instance.0.1

Return values

The return value of the event handler is ignored.

Div
classbox

Availability

Requires:

  • Warzone 3.1 or above
  • Process 0.1 or above

Future changes may include allowing a return value to prevent deactivation.