If I have a collections of metaflows to run I usua...
# ask-metaflow
l
If I have a collections of metaflows to run I usually use
makefile
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?
1