Represents the collection of events fired during Transitions in Workflow
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The IWorkflowTransitionEvents type exposes the following members.
Events
Name | Description | |
---|---|---|
AfterWorkflowAdvance |
Called after all actions are executed and Transition has occured.
Not called on a Bridge action.
| |
BeforeWorkflowAdvance |
Called before a Transition occurs.
|
See Also