I created a simple workflow with SharePoint Designer 2007. It fires off whenever a new browser-based InfoPath 2007 form is added to a form library in MOSS 2007 Enterprise. The workflow waits until a specific field is given a value by the user, then continues. No problem.
However, some forms have been deleted before the workflow could complete. I know how to terminate a workflow when the item it was attached to still exists. But I cannot figure out how to terminate these orphaned workflows.
If this is a common scenario, how do others prevent it from happening?