Skip to content

Instantly share code, notes, and snippets.

@jinweijie
Created August 13, 2013 07:32
Show Gist options
  • Save jinweijie/6218706 to your computer and use it in GitHub Desktop.
Save jinweijie/6218706 to your computer and use it in GitHub Desktop.
Clear Workflow Table
delete [System.Activities.DurableInstancing].[InstancePromotedPropertiesTable]
delete [System.Activities.DurableInstancing].[KeysTable]
delete [System.Activities.DurableInstancing].[InstanceMetadataChangesTable]
delete [System.Activities.DurableInstancing].[RunnableInstancesTable]
delete [System.Activities.DurableInstancing].[InstancesTable]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment