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
I've been trying to reset a workflow but was not able to default to the reset_reapply_type setting. It gave me an error: NameError: uninitialized constant Temporal::ResetReapplyType
I was able to get around it by explicitly passing in the :none symbol for the parameter
The text was updated successfully, but these errors were encountered:
lawrencewong
changed the title
Unable to reset due to the inability to resolve Temporal::ResetReapplyType
Unable to reset workflow due to the inability to resolve Temporal::ResetReapplyType
Oct 31, 2024
Hello!
I've been trying to reset a workflow but was not able to default to the reset_reapply_type setting. It gave me an error:
NameError: uninitialized constant Temporal::ResetReapplyType
I was able to get around it by explicitly passing in the
:none
symbol for the parameterI made a PR to solve this issue.
The text was updated successfully, but these errors were encountered: