Display service task output variable in history

Hi Team,
I was trying to model a service task which does a data base query and fetch some result based on user input in the form. I need to display the result of the service task (list of some values which I got after executing service task) somewhere in the history. How this can be done?
I tried mapping the result to an output variable. But the process directly ends after the service task and since the process instance is not actively running, I am unable to view this variable value.

Thanks in advance

Hi @Pushkala,

with the enterprise edition you have a history view in Cockpit: History in Cockpit | docs.camunda.org

You can also use some of these REST endpoints to query the history: History | docs.camunda.org

Hope this helps, Ingo

There is also an community version of extension that lets you deploy with community version of cockpit to provide history of process instance along with variable view.

@Ingo_Richtsmeier @harish_malavade
Thank you for the response