fromhera.workflowsimportContainer,WorkflowwithWorkflow(api_version="argoproj.io/v1alpha1",kind="Workflow",annotations={"workflows.argoproj.io/title":"**Test Title**","workflows.argoproj.io/description":"`This is a simple hello world example.`\nThis is an embedded link to the docs: https://argo-workflows.readthedocs.io/en/latest/title-and-description/\n",},generate_name="title-and-description-with-markdown-",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:title-and-description-with-markdown-annotations:workflows.argoproj.io/description:|`This is a simple hello world example.`This is an embedded link to the docs: https://argo-workflows.readthedocs.io/en/latest/title-and-description/workflows.argoproj.io/title:'**TestTitle**'labels:workflows.argoproj.io/archive-strategy:'false'spec:entrypoint:hello-worldtemplates:-name:hello-worldcontainer:image:busyboxargs:-hello worldcommand:-echo