When using Workflow Foundation with persistence there comes a point we want to drop some (or all) workflows out of it which no longer should be persisted/run.
Any script/tool that I can use for this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no standard WF tool you can use to do this. The best way is just go into the persistence database through some custom command line tool and remove them. The SqlWorkflowPersistenceService isn’t any help because you have to start the WF runtime before you can use it to retrieve workflows and they would also be able to start running.