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
Raises a argo_workflows.exceptions.NotFoundException if the workflow uid cannot be found
85
85
as an archived workflow
86
86
"""
87
+
# TODO delete this before committing to master
88
+
print(f"Looking for UID: {uid}")
87
89
# good to know: this one by default already includes some of the necessary fields like metadata.annotations,metadata.creationTimestamp ...and unfortunately we can't control the fields like in the call to get_workflow() above with "fields" parameter...
0 commit comments