How to listen to start and end nodes

How to listen to start and end nodes

Hey @coderzjh

there exist currently no listener concept in Zeebe. You can have tasks and workers, which could contain the listeners or you await the result of a workflow instance if you want to.

Lets discuss what your use case is and why you need it. Maybe we find a solution for it or you create a feature request on github.

Greets
Chris

1 Like

P.S.: you could use the exporter Api for that. There are several community projects which work on top of it, like hazelcast exporter or Zeeqs

2 Likes