Add Error Handling for Core Entities when Received Unexpected Events
Open
- Dominant language
- C#
- Stars
- 1.7k
- Forks
- 335
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 6
Description
Implement of error handling for core entities should be added. When the entities encounter unexpected events such as `SubOrchestratorCompleted`, they should raise an error to indicate the issue. Currently, they fail silently, resulting in a loss of state.
To implement this, we need to identify a list of unexpected events for core entities.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.