Share via


OnExit Event

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Triggered when transitioning from a given state regardless of the next state of the transition.

Object_OnExit

Remarks

  • OnExit from a state is permitted implicitly; you do not have to add an OnExit event to make it possible for a state to be exited.
  • Each state can have a single OnExit event.

See Also

Exchange Workflow Reference | Event Types | ActionTable Property | OnCreate Event | OnChange Event | OnDelete Event | OnEnter Event | OnExpiry Event | OnReceive Event