Highlighting each steps in flow in a running process

Hi team,
we have done a POC in Camunda BPM.
In that we are expecting each steps in flow to be highlighted in a running instance. We are using Community Eduition, even in this History, Audit Logs are not coming. Please help on this.

Thanks for the support

Each step a process takes in stored in history, this can be accessed by the rest api or by looking in the database.

Hi,
But we need to see this each step to be highlighted while running an instance.
Like in given attached example flow, we want to see/show the highlight in the ‘Approval mail Send’ task when it will execute the specific service task
Please assist on this.

Thanks for the support. Capture .

Are you asking to view the history of completed tasks on the model itself?
This feature is part of the enterprise edition.
It involves using the REST API to get the data and then using bpmn.io in order to render it as part of the model.