NonDeterministicException failure is eaten up if there was a continueasnew call in the same iteration
Open
- Dominant language
- C#
- Stars
- 1.7k
- Forks
- 335
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 6
Description
Suspect that if there is CompleteOrchestration call due to NDE while a continueasnew has been processed in the iteration then the NDE will be eaten up because of:
https://github.com/Azure/durabletask/blob/master/Framework/TaskOrchestrationContext.cs#L351
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.