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
) doesn't consider the valid terminate_if_running reuse policy, thus crashing at disallowed_statuses.include?(execution.status) due to it returning nil.
The text was updated successfully, but these errors were encountered:
When enabling testing, the gem runs this check on workflows:
temporal-ruby/lib/temporal/testing/temporal_override.rb
Line 141 in 5d12aa3
The problem is that
disallowed_statuses
(attemporal-ruby/lib/temporal/testing/temporal_override.rb
Line 152 in 5d12aa3
terminate_if_running
reuse policy, thus crashing atdisallowed_statuses.include?(execution.status)
due to it returningnil
.The text was updated successfully, but these errors were encountered: