Skip to content

Can argo worklow serve business workflow? #5588

Answered by terrytangyuan
thanhpd-teko asked this question in Q&A
Discussion options

You must be logged in to vote

You can do that via specifying dependencies in a DAG: https://argoproj.github.io/argo-workflows/workflow-concepts/#dag

    dag:
      tasks:
      - name: action1
        template: action1
      - name: action2
        template: action2
      - name: send-email
        dependencies: [action1, action2]

Is this what you need/meant?

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@terrytangyuan
Comment options

@thanhpd-teko
Comment options

@thanhpd-teko
Comment options

@terrytangyuan
Comment options

@thanhpd-teko
Comment options

Answer selected by thanhpd-teko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants