You are here: Understanding the Meridian event procedures > About the workflow definition events > DocCWFEvent_*ExecuteTransition events

DocCWFEvent_*ExecuteTransition events

Occur when a workflow definition transition is executed.

Syntax

DocCWFEvent_*ExecuteTransition(Batch, Transition, Person, 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 execute.

Person

An object that represents the user who is executing the transition.

Manager

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

Comment

A string containing the text entered by the user who is executing the transition.

Related concepts

About the workflow definition events