Setting Workflow Application Properties
Setting Workflow Application Properties
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.
You can use the event registration item to set the following four properties for the workflow application.
- https://schemas.microsoft.com/cdo/workflow/defaultprocdefinition identifies the default ProcessDefinition for the folder in which the event fires. You can use either an absolute URL or a relative URL for this property.
- https://schemas.microsoft.com/cdo/workflow/adhocflows determines whether ad hoc workflows are allowed in the folder where the event fires.
- https://schemas.microsoft.com/cdo/workflow/enabledebug determines whether or not the workflow engine enables Just-In-Time (JIT) script debugging for the folder that the event fires in.
- https://schemas.microsoft.com/cdo/workflow/disablesuccessentries determines that the workflow engine does not log success entries to the audit trail.
Do not use the OnTimer registration item to set these properties. You must set the defaultprocdefinition Field and the adhocflows Field with the OnSyncSave registration item. The enabledebug Field and the disablesuccessentries Field are optional, and you can set them on either the OnSyncSave or the OnSyncDelete registration item, or on both. The following table summarizes where to set these fields.
Property | Set with OnSyncSave registration item? | Set with OnSyncDelete registration item? | Set with OnTimer registration item? |
---|---|---|---|
https://schemas.microsoft.com/cdo/workflow/defaultprocdefinition | Yes, mandatory except for ad hoc workflow | No | No |
https://schemas.microsoft.com/cdo/workflow/adhocflows | Yes, mandatory | No | No |
https://schemas.microsoft.com/cdo/workflow/enabledebug | Yes, optional | Yes, optional | No |
https://schemas.microsoft.com/cdo/workflow/ disablesuccessentries | Yes, optional | Yes, optional | No |
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.