When I have a flow with `@trigger_on_finish(flows=...
# ask-metaflow
s
When I have a flow with
@trigger_on_finish(flows=['FlowA', 'FlowB'])
what will the value of
current.trigger.run
in my current run - will it be `FlowA`’s run or `FlowB`’s run or whichever happened later to trigger my current flow?
1