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