This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
Hi @domhues , I think the below workflow should suffice the use case. Let me know if this works, or we can chat here for more realtime collaboration. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody, I am trying to get myself familiar with the expressiveness of the workflow language in conductor compared to a generic DAG and I am struggling with defining following type of DAG with conductor's fork join logic:
I.e. Task 3 should only start when Task 1 and 2 finished, but Task 4 should already be able to start if task 2 finishes while task 4 potentially still running.
I stumbled across partial join operators as explained in here but they did not fit the use-case either. Could you point me to a documentation about the expressiveness or hint into the direction which enables these kind of DAGs?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions