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
Whether it's possible to get an event instead of RuntimeError when iteration exceeds maximum. I'm catching the runtime error and using string match to tell whether the workflow terminated because it reachse MAX_STEPS. Kind of ugly.