Share via


OnEnter 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 into a given state regardless of the previous state in the transition.

Object_OnEnter

Remarks

  • Entry into a state is permitted implicitly; you do not have to add an OnEnter event to make it possible for a state to be entered.
  • Each state can have a single OnEnter event.

See Also

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