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

Use EventListeners #65

Open
stephanpelikan opened this issue Nov 8, 2024 · 0 comments
Open

Use EventListeners #65

stephanpelikan opened this issue Nov 8, 2024 · 0 comments

Comments

@stephanpelikan
Copy link
Collaborator

Since Camunda 8.6 EventListeners are available. Currently, events are consumed based on GRPC subscriptions. The downside is that the recently introduced zeebe-user tasks are not tracked neither cancellation of tasks (e.g. due to boundary events).

Check if EventListeners fulfill the need (Created, Cancelled) and if so, use them as the new default mechanism. If feasible the current mechanism should be available by settings a dedicated Spring property. Hint: Those event-listeners have to added not by the person modeling the BPMN but by the adapter during deployment.

See also vanillabp/business-cockpit#34.

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

No branches or pull requests

1 participant