You are here: Appendix B: VBScript reference > About the event procedures > About the project workflow events > ProjectWorkflowEvent_*ExecuteTransition events

ProjectWorkflowEvent_*ExecuteTransition events

Occur when a project workflow transition is executed.

Syntax

ProjectWorkflowEvent_*ExecuteTransition (Batch, Transition, Manager, Comment)
Parameters
Name Description

Batch

An object that represents the batch of documents the user has selected.

Transition

A WorkflowTransition object that represents the transition to run. For more information about the WorkflowTransition object, see the BlueCielo Meridian Enterprise VBScript API Reference.

Manager

An object that represents the user who is the manager of the workflow.

Comment

A string containing the text typed by the user who is changing the workflow manager.

Related concepts

About the project workflow events

Related information

ProjectWorkflowEvent_*ChangeManager events

ProjectWorkflowEvent_*Reroute events

ProjectWorkflowEvent_BeforeExpandItem event

ProjectWorkflowEvent_InitializeExpandItem event

ProjectWorkflowEvent_InitializeWizard event

ProjectWorkflowEvent_PrepareBrowser event

ProjectWorkflowEvent_TerminateWizard event