It is possible to retrieve the variables for each task ,service…. (I mean the variables added to the Map )….. in a process, is there something like this:?
I am not sure what you are asking. 1. You can get variables for currently running process instance. Or for the tasks where process waits for external event. 2. You can get variables for process instance and tasks from history (with proper setting) (e.g. HistoricTaskInstanceQuery)
Do you need variables from the history or for the currently running processsInstance?