I have activity that sometimes throws exception. I want to repeat it until it is successfully done. How can I do that using Workflow Foundation 4.5?

有帮助吗?

解决方案

I've solved it by adding my activity into TryCatch activity, which is inside of DoWhile activity.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top