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
When workflow type, workflowState, RPC are not registered, what are the errors we are thrown today?
Some of them are NPE which is hard to troubleshoot. We should provide clear message that these entities are not registerd, maybe even provide potential reasons (delete or rename), and how to fix them.
Also similarly:
data attribute
search attribute
Signal channel
InternalChannel
What are the behavior when they are used without proper registered?
The text was updated successfully, but these errors were encountered:
longquanzheng
changed the title
Provide clear error message when state is not present
Provide clear error message when state or workflow is not registered
Nov 27, 2024
longquanzheng
changed the title
Provide clear error message when state or workflow is not registered
Provide clear error message instead of Null Pointer Exception(NPE)
Dec 17, 2024
When workflow type, workflowState, RPC are not registered, what are the errors we are thrown today?
Some of them are NPE which is hard to troubleshoot. We should provide clear message that these entities are not registerd, maybe even provide potential reasons (delete or rename), and how to fix them.
Also similarly:
What are the behavior when they are used without proper registered?
The text was updated successfully, but these errors were encountered: