BlueCielo Meridian Enterprise 2018 VBScript API Reference
DocCWFEvent_*ExecuteTransition events
Occur when a workflow definition transition is executed.
Syntax
DocCWFEvent_*ExecuteTransition(Batch, Transition, Person, Manager, Comment)
| 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. |