Team, I've been playing around with the integratio...
# ask-metaflow
w
Team, I've been playing around with the integration of metaflow with argo-workflows and I was hoping to better understand to what extent metaflow infrastructure usurps the need for a full setup on argo-workflows as documented here: https://argoproj.github.io/argo-workflows/workflow-archive/. On leveraging the execution of a workflow using
argo-workflows create
... which generates a workflow-template ... and a subsequent
trigger
as a workflow, does the metaflow-service capture the metadata around that flow/workflow ... and are the artifacts also captured by metaflow? Is metaflow in effect performing archiving for you, supplanting the need to set this up in argo-workflows directly? Thanks
1