Click or drag to resize

IWorkflowTransitionEvents Interface


Represents the collection of events fired during Transitions in Workflow

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface IWorkflowTransitionEvents

The IWorkflowTransitionEvents type exposes the following members.

Events
  NameDescription
Public eventAfterWorkflowAdvance
Called after all actions are executed and Transition has occured. Not called on a Bridge action.
Public eventAfterWorkflowAdvanceAsset
Called after all actions are executed and Transition has occured. Not called on a Bridge action.
Public eventBeforeWorkflowAdvance
Called before a Transition occurs.
Public eventBeforeWorkflowAdvanceAsset
Called before a Transition occurs.
Top
See Also