Workflow instance execution result

Hi, is it possible to get a result of a workflow instance execution?

Let say I have some workflow. I deploy workflow, start job workers, and run new workflow instance. How I can get result of execution? Something like get variables after the last service task.
Thanks in advance.

Usually, you will use exporters to find out that information.
Currently the ElasticSearch exporter is sending all the events to elastic search to be able to answer those questions.

Please see this blog post, and the GitHub issues linked from it: https://zeebe.io/blog/2019/08/zeebe-rest-affinity/

2 Likes

Thank you so much!

1 Like