fromhera.workflowsimportContainer,WorkflowwithWorkflow(api_version="argoproj.io/v1alpha1",kind="Workflow",annotations={"workflows.argoproj.io/description":"This is a simple hello world example.\n"},generate_name="hello-world-",labels={"workflows.argoproj.io/archive-strategy":"false"},entrypoint="hello-world",)asw:Container(name="hello-world",args=["hello world"],command=["echo"],image="busybox",)
apiVersion:argoproj.io/v1alpha1kind:Workflowmetadata:generateName:hello-world-annotations:workflows.argoproj.io/description:|This is a simple hello world example.labels:workflows.argoproj.io/archive-strategy:'false'spec:entrypoint:hello-worldtemplates:-name:hello-worldcontainer:image:busyboxargs:-hello worldcommand:-echo