xp_modWFDrop
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.
Discards the information for workflow tables cached by the workflow engine. Exists in the Master database.
EXEC master..xp_modWFDrop
Remarks
The information is reloaded automatically when the next workflow event is executed. Typically, this operation is used when the workflow definition has changed, and the workflow engine must load the new workflow information.
See Also
Stored Procedures | Workflow Application Infrastructure | ModSystem Database Tables | Workflow-Enabled Database Tables | Views