Hi there, does anyone have a nice pattern to combi...
# ask-metaflow
g
Hi there, does anyone have a nice pattern to combine flows? trigger on finish doesn't quite cut it for us. So far I've only found one way of defining a flow, which is within each step, call the next step with
self.next(self._next_step)
but there may be a higher level way of doing it?
a
Hi Gee! Can you help us with the issue with trigger_on_finish - is it the case that the upstream explicitly triggers the downstream?
You could also use the runner/deployer API to directly invoke the downstream flows
l
Maybe try using makefile