I commonly write flows in which the end step exist...
# ask-metaflow
a
I commonly write flows in which the end step exists only to finish the graph but with no real computation (e.g. a simple pass statement). When running locally, this is not a big deal. However, when running the flow using argo workflows, the system needs to spin up a full container to run the end step, which wastes time and resources. Is there any way to avoid this?
1