Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RabbitMQ Message Publisher Module: Publish Task/Workflow Status Changes #4

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

darkobuvac
Copy link

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes (Please run ./gradlew generateLock saveLock to refresh dependencies)
  • WHOSUSING.md
  • Other (please describe):

Changes in this PR

Support for publishing workflow and task events to an external message broker, such as RabbitMQ, is achieved by implementing workflow and task status listeners. These listeners are utilized by the workflow executor class. This functionality enables a dedicated microservice to actively listen for these updates, subsequently triggering specific actions.

Alternatives considered

--

@v1r3n
Copy link
Collaborator

v1r3n commented Feb 5, 2024

Hi @darkobuvac the community modules are part of the main conductor repository, please send a PR against that repo:
https://github.com/conductor-oss/conductor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants