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 would like to implement logic specific to the current executing runtime (e.g. different logic if the flow is running locally vs. as an argo workflow). Does this functionality already exist? If not, it seems to me that the cleanest way to do this would be to surface it on the current object, e.g. current.runtime, which might return strings such as "argo", "local", "kubernetes" and "batch".