This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
Hi @raedbh We have this in the pipeline. Here is the API we are looking at supporting:
This will allow sending a batch of correlationIds and workflow names (which can be empty) to find workflows matching any from the list of correlationIds and workflow names. |
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
-
As we're currently using Conductor with only MySQL as persistence module (without ES), we're in need of a way to retrieve the list of workflow executions by correlationId without having to specify the workflow name. To address this, I propose to add the following method to the
WorkflowService
and implement it:This will enable us to retrieve the relevant workflow executions across all workflows with the same correlationId (even when we don't know the specific workflow names).
I welcome your thoughts and feedback on this proposal.
Beta Was this translation helpful? Give feedback.
All reactions