Is there an easy way to know which run id a flow w...
# ask-metaflow
r
Is there an easy way to know which run id a flow was resumed from?
1
h
If checking inside a flow then use current.origin_run_id if checking after completion you can use Run.origin_pathspec
r
oh interesting. does this information not show up on the UI?
d
the ui should have it in one of the details dropdown.
r
could you let me know exactly where?
oh nm. I think i found it under
Task details
👍 1