What is the equivalent for try-finally block in workflow foundation?
- by HuBeZa
There is a specific activity I want to execute even after exception has thrown, just like a try{}finally{} block.
Is it possible in sequential workflow using WF v3.5?