문제

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