late-xylophone-98814
10/10/2023, 4:08 AMmakefile as the orchestrator in a pattern like make flow1.o; make flow2.o . As sometimes makefile can be cumbersome to use if the use cases becomes too complex, I wonder if there’s any other better alternatives of makefile? Is it possible to use a metaflow to run metaflows?victorious-lawyer-58417
10/10/2023, 4:14 AM@trigger_on_finish to create a flow of flows
for makefile style local cases we don't have a built-in solution yet, but you can surely create a Metaflow that does call(['python', 'flow.py', 'run]) in stepslate-xylophone-98814
10/10/2023, 4:20 AMforThank you very much for the prompt response! So it’s a valid use case to use a metaflow to run metaflows 😄 just wanna make sure that I wasn’t crazy for thinking that routestyle local cases we don’t have a built-in solution yet, but you can surely create a Metaflow that doesmakefilein stepscall(['python', 'flow.py', 'run])
victorious-lawyer-58417
10/10/2023, 4:22 AMlate-xylophone-98814
10/10/2023, 4:24 AM