Platform SDK: Exchange 2000 Server

CdoWfAdhocFlows Enum

[This is preliminary documentation and subject to change.]

The CdoWfAdhocFlows enum manages process definition policy for a workflow folder. You set "http://schemas.microsoft.com/cdo/workflow/adhocflows" as a property of the OnSyncSave event registration item. The property can have one of the following three values:

Name Value Description
PreventAdhocFlows 0 Only the default process definition applies to each process instance in the workflow folder.
PermitAdhocFlows 1 Each process instance can use its own process definition. Default is still used if a process instance declares no process definition.
OnlyAdhocFlows 2 Each process instance must declare its own process definition.

See Also