This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
How to wait until the workflow finishes #3502
Unanswered
davidfrankoproceedy
asked this question in
Q&A
Replies: 1 comment
-
Hi @davidfrankoproceedy we built this in orkes hosted version that does achieve what you need without doing the polling. |
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
-
We are using Netflix Conductor to orchestrate logic in our microservice architecture. Some operations are complex, therefore we are considering using Conductor as an orchestrator for what needs to be done.
The problem we are currently facing is the reactivity of the UI depending on the workflow state. In other words, we would like to start a workflow via rest and receive a response back once it has finished. For example, let's say we have a workflow to send an email, and there are multiple tasks with workers included. We want to start the workflow and send a response back to UI once it has finished. We could implement this by fetching the workflow every x seconds, verifying whether it is in the terminal state.
Thanks for the help ✌️
Beta Was this translation helpful? Give feedback.
All reactions