This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Callabcks or other notification upon workflow completion #3636
atararaksin
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi, I have created a PR for Callback. Basically this is a Http callback (webhook). Yet to get approval and merge it. |
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 team,
In my system, Conductor workflows will be triggered by an external system. To avoid having to poll for workflow statuses, I'd like to have Conductor either send a callback to the triggering system, or to publish a message to a queue like Rabbit. Is this possible and is there any recommendation for this?
Looking at the docs it seems like using Event Task that would either perform a callback or publish a message is one way to implement it. My concerns here are:
Beta Was this translation helpful? Give feedback.
All reactions