BlueCielo Meridian Enterprise 2018 VBScript API Reference
About the workflow definition events
The events in this category occur when a workflow definition is active.
The events that occur for the workflow definition commands (in alphabetical order) are shown in the following lists in the sequence that they occur.
Execute transition event sequence
- DocGenericEvent_PrepareCommand
- DocCWFEvent_InitializeExecuteTransition1
- DocCWFEvent_InitializeWizard
- DocGenericEvent_OnProperties
- DocCWFEvent_TerminateWizard
- DocCWFEvent_InitializeExecuteTransition2
- DocCWFEvent_BeforeExecuteTransition
- DocCWFEvent_BeforeNewRevision
- DocCWFEvent_AfterNewRevision
- DocCWFEvent_AfterExecuteTransition
- DocCWFEvent_TerminateExecuteTransition
Reassign Managers event sequence
- DocGenericEvent_PrepareCommand
- DocWorkflowEvent_InitializeChangeWFManager1
- DocWorkflowEvent_BeforeChangeWFManager
- DocWorkflowEvent_AfterChangeWFManager
- DocWorkflowEvent_TerminateChangeWFManager1
Reroute event sequence
- DocGenericEvent_PrepareCommand
- DocCWFEvent_InitializeReroute
- DocCWFEvent_BeforeReroute
- DocCWFEvent_AfterReroute
- DocCWFEvent_TerminateReroute
Notes
- PowerUser only
- Meridian Power only
Each of the workflow definition event procedures is described in the following topics.