Share via


IProcessDefinition Interface

IProcessDefinition Interface

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. Defines the workflow process for a work item.

CLSID

CD001022-8B95-11D1-82DB-00C04FB1625D

Extends

IDispatch

Type Library

Microsoft CDO Workflow Objects for Microsoft Exchange

DLL Implemented In

CDOWF.DLL

Member Summary

The following table lists the properties of the IProcessDefinition interface.

Name Description
ActionTable Contains the state-transition rules for a workflow process definition, stored as a Microsoft® ActiveX® Data Objects (ADO) Recordset. This is the central part of a workflow application.
AuditTrailProvider Contains the programmatic identifier (PROGID) of the Component Object Model (COM) class which will be used for logging.
CommonScriptURL Contains a URL to the item containing the shared script functions referenced in the Condition and Action scripts.
DataSource Returns the IDataSource Interface on an object. This property is read-only.
DesignTool Contains a string describing the workflow design tool (if any) used to create this ProcessDefinition.
Fields The property collection for the object. This property is read-only.
Mode Sets the type of security checking performed by the workflow engine.

Remarks

The ProcessDefinition object is stored as an item in a public folder. All properties are accessible from Microsoft Visual Basic® and VBScript. You can use IDataSource.Save, IDataSource.SaveTo, and IDataSource.Open with IProcessDefinition to get and set properties and to save a ProcessDefinition item. However, you cannot save the ProcessDefinition object on a folder item. Calling SaveTo with the flag adCreateCollection or saving to a folder URL causes an error and will not create a folder.

See Also

Workflow Design

ProcessDefinition CoClass

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.