Share via


ProcessDefinitionURL Property

ProcessDefinitionURL Property

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.

Contains an absolute URL to a row containing an existing ProcessDefinition. Allows a new ProcessInstance to specify which ProcessDefinition it should use for its workflow.

Applies To

IProcessInstance Interface

Type Library

Microsoft CDO Workflow Objects for Microsoft Exchange

DLL Implemented In

CDOWF.DLL

Syntax

[Visual Basic]Property ProcessDefinitionURL As String

[C++]HRESULT get_ProcessDefinitionURL(BSTR** pVal);
HRESULT put_ProcessDefinitionURL(BSTRVal);

Parameters

  • pVal
    Returns the value of the ProcessDefinitionURL property as a reference to a BSTR.
  • Val
    Sets the value of the ProcessDefinitionURL property to the value of the BSTR.

Remarks

You can only use absolute URLs in the ProcessDefinitionURL property. Setting this property automatically creates a ProcessDefinition object and loads the ProcessDefinition from the specified URL into the ProcessDefinition Property of the ProcessInstance object. You can use the ProcessDefinition property of the ProcessInstance to reference the newly created ProcessDefinition object.

This property corresponds directly to the property in the Exchange store https://schemas.microsoft.com/cdo/workflow/processdefinition. Applications can also use Microsoft ActiveX Data Objects (ADO), OLE DB, or WebDAV to update this property directly. When updating the Exchange store property directly with ADO, OLE DB, or WebDAV, you can use relative URLs. In this case, no ProcessDefinition object is created or loaded in the ProcessInstance.

See Also

Default and Ad Hoc Process Definitions

ProcessDefinition Property

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.