This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Replies: 1 comment
-
Currently, conductor does not provide a mechanism to provide ordering across workflow executions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see there is an option to sequence tasks within a workflow via FIFO queues. Also, tasktodomain allows us to run tasks in isolation, is there a similar feature available for workflows.
Usecase is to avoid parallel execution of a specific workflow so as to avoid race condition, especially in cases of updates. Ideally was thinking id correlation_id could be used for this very purpose. Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions