Question

I'm trying to check the result in the MSDM when the resuming bookmark gets a timeout, and I couldn't find a clear answer.

http://msdn.microsoft.com/en-us/library/ee149798.aspx

BookmarkResumptionResult rtv = workflowApplication.ResumeBookmark(bookmarkName, value, bookmarkResumptionTimeout);

Should it be NotFound or NotReady?

Thanks!

Was it helpful?

Solution

I was unable to find documentation but looking into reflector System.TimeoutException will be thrown.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top