Share via


CdoWfTransitionFlags Enum

CdoWfTransitionFlags Enum

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release. The CdoWfTransitionFlags enumeration is used in the Flags field of the action table to specify what combination of objects and scripts are used for the conditions and actions in that action table row. Binary values are joined by a logical OR to create the flag. The workflow engine assumes that all actions and conditions are scripts; therefore a value of zero (0x00) indicates no custom Component Object Model (COM) actions or conditions.

Type Library

Microsoft CDO Workflow Objects for Microsoft Exchange

DLL Implemented In

CDOWF.DLL

Values

Name Value Description

cdowfActnObject

0x01

Action is an object.

cdowfCondObject

0x02

Condition is an object.

cdowfCompObject

0x04

CompensatingAction is an object.

cdowfEndState

0x08

The state being entered is considered the last state of the workflow.

See Also

IProcessDefinition Interface

ActionTable Property

Conditions and Actions

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.