BlueCielo Meridian Enterprise 2018 VBScript API Reference

About the project workflow events

The project workflow events occur when a project workflow is active. Like other document events, these events also receive a Batch object. For more information about the Batch object, see About the Batch object.

The events that occur for the project workflow commands (in alphabetical order) are shown in the following lists in the sequence that they occur.

Execute Transition event sequence1

  • DocGenericEvent_PrepareCommand
  • ProjectWorkflowEvent_InitializeExecuteTransition
  • ProjectWorkflowEvent_InitializeWizard
  • DocGenericEvent_OnProperties
  • ProjectWorkflowEvent_TerminateWizard
  • ProjectWorkflowEvent_BeforeExecuteTransition
  • ProjectWorkflowEvent_AfterExecuteTransition
  • ProjectWorkflowEvent_TerminateExecuteTransition

Reassign Managers event sequence1

  • DocGenericEvent_PrepareCommand
  • ProjectWorkflowEvent_InitializeChangeWFManager
  • ProjectWorkflowEvent_BeforeChangeWFManager
  • ProjectWorkflowEvent_AfterChangeWFManager
  • ProjectWorkflowEvent_TerminateChangeWFManager

Reroute Project event sequence1

  • DocGenericEvent_PrepareCommand
  • ProjectWorkflowEvent_InitializeReroute
  • ProjectWorkflowEvent_BeforeReroute
  • ProjectWorkflowEvent_AfterReroute
  • ProjectWorkflowEvent_TerminateReroute

Notes

  1. Does not occur in Meridian Power.

Each of the document project copy event procedures is described in the following topics.