Join Slack
Powered by
Is there an easy way to know which run id a flow w...
# ask-metaflow
r
rich-agent-87730
11/02/2023, 5:35 PM
Is there an easy way to know which run id a flow was resumed from?
✅ 1
h
hallowed-glass-14538
11/02/2023, 5:37 PM
If checking inside a flow then use
current.origin_run_id
if checking after completion you can use
Run.origin_pathspec
r
rich-agent-87730
11/02/2023, 5:38 PM
oh interesting. does this information not show up on the UI?
d
dry-beach-38304
11/02/2023, 5:41 PM
the ui should have it in one of the details dropdown.
r
rich-agent-87730
11/02/2023, 5:42 PM
could you let me know exactly where?
rich-agent-87730
11/02/2023, 5:44 PM
oh nm. I think i found it under
Task details
👍 1
6
Views
Open in Slack
Previous
Next