Platform SDK: Exchange 2000 Server

CdoWfTransitionFlags Enum

[This is preliminary documentation and subject to change.]

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 OR’ed together to create the flag. The workflow engine assumes that all actions and conditions are scripts, therefore a value of zero (0x00) indicates no custom (COM) actions or conditions.

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

IProcessDefinition.ActionTable

Conditions and Actions