1. template Aで、outputs.artifacts.path、コンテナ上で生成されたファイルを指定 2. templateの呼び出し元のstepsでは、 arguments.artifacts項目で、`from: "steps.<step name>.outputs.artifacts.name"` で参照し、template Bにわたす。 3. template Bでは、inputs.artifacts で受ける。 [argo-workflows/handle-large-output-results.yaml at master · argoproj/argo-workflows · GitHub](https://github.com/argoproj/argo-workflows/blob/master/examples/handle-large-output-results.yaml)