Zeebe Client - process outcome

I saw there is a possibility to send a start instance command, while also awaiting for the outcome
of the process. (I am using Java client).
Is there any possibility to also specify what step you want to wait for, not only the outcome ?

Negative, you get the end event.

The only way to get intermediate states is through a worker, or from an exporter / exported data (eg: ElasticSearch).

I would use ES if I were designing a system.

Josh

Got it, thank you for input, I was investigating the proto definition, meanwhile, and saw there is no direct way. For me it’s not necessarily a necessary use case now, but I just wanted to understand the whole capabilities of the API.

1 Like