WorkflowTransition Object

The WorkflowTransition object represents a transition in a workflow definition. The WorkflowTransition is available to the Document and Folder objects if the Advanced Project Workflow Module is installed.

WorkflowTransition Object Properties

The WorkflowTransition object provides the following properties, all of which are read-only.

ClosedCreateNewRevision Property

If True, this transition creates a new revision of a document.

Syntax

CreateNewRevision As Boolean

ClosedDisplayName Property

The name of the workflow transition as seen by users. Read-only.

Syntax

DisplayName As String

ClosedName Property

Returns the name of the current object. Depending on the object type, this property returns the display name of the object or it returns the internal name and may be read-only.

Syntax

Name As String

Remarks

If the current object is a Package, it must be in the Open status to set the value.

If the current object is a User, this property is the short name of the user as stored in the user's Meridian account information and is read-only. This property can be used to specify the recipient's email address and either an empty string or no value set in the Address property. If an email address is specified in Name, it must be surrounded with carets (<>). When used with Microsoft Outlook, the Name property may contain the user's full name or last name and Outlook will attempt to resolve the name to the email address in the default address book.

Meridian user names can be shown in different formats determined by the UserNameFormatserver registry setting.

ClosedSourceState Property

The source state of the transition. Read-only.

Syntax

SourceState As IASWorkflowState

ClosedTargetState Property

The target state of the transition. Read-only.

Syntax

TargetState As IASWorkflowState

ClosedWorkflow property

The parent workflow definition. Read-only.

Syntax

Workflow As IASWorkFlow

2022 R2