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
In this example, my workflow removed a "UpsertSearchAttribute" API by mistake.
But this info is really hard to figure out why it runs into NDE. I would expect the error to say it more clearly: Workflow code tried to scheduled an activity but based on the history events to replay, it should upsert a search attribute instead. That way, we can clearly know that is something wrong with our code with the upsert search attribute (by looking at the event details of UpsertSearchAttribute in the history).
Describe the solution you'd like
As above said.
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered:
longquanzheng
changed the title
Provide More accurate and actionable info about Non Deterministic Errors
Provide details and actionable info about Non Deterministic Errors
Oct 28, 2024
Is your feature request related to a problem? Please describe.
This is one example of the current NDE:
In this example, my workflow removed a "UpsertSearchAttribute" API by mistake.
But this info is really hard to figure out why it runs into NDE. I would expect the error to say it more clearly:
Workflow code tried to scheduled an activity but based on the history events to replay, it should upsert a search attribute instead
. That way, we can clearly know that is something wrong with our code with the upsert search attribute (by looking at the event details of UpsertSearchAttribute in the history).Describe the solution you'd like
As above said.
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: