Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top