You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: