Query On Execution Listener

Hi,
In Zeebe do we have concept of execution listener?

I need to generate unique Id as soon as process get started. So how can I achieve this?

Kindly provide your input.
Thank you in advance.

Hi @camundabpmlearner - Zeebe does not have execution listeners currently. How are your processes being started?

Hi @nathan.loding

Process started via zeebe client

I think the best option would be to start the process with variables and provide a unique ID when starting the process. Camunda 7 had the concept of a “business key,” which Zeebe does not have, but it can be emulated in that way. All tasks that need to know the ID can use the process variable businessKey for example.

Hello! So, did you manage to solve your problem?

I think they introduced execution listener now.