-name:hello-world-to-file container: image:busybox command: [sh, -c] args: ["echo -n Output And Input Test > /tmp/hello_world.txt"] # 将信息输出到文件中 outputs: parameters: -name:hello-param# name of output parameter valueFrom: path:/tmp/hello_world.txt# set the value of hello-param to the contents of this hello-world.txt