I work on collecting fees and current accounts, we are currently creating a collection platform and I hope to use Zeebe to create a business mechanism that allows my business area to create and maintain its collection process.
But, my business requires something like a memory calculation, for example, all steps and their respective inputs and outputs. At Zeebe, what do you recommend that I do? Is there any kind of export or search for the history of steps of running an instance?
@giovanibarili as @jwulf mention… we need more detail to be able to help. Zeebe by default sends all the data to ElasticSearch so you might just want to use plain elastic search to summarise the data that you need.
I need to show my business area what happened to all jobs, entries and exits. They need this to analyze and identify any problems or errors in the process.
Similar to a calculation memory, where I can identify all the steps to reach a result.