Cannot get process execution variables after the process is completed
The scenario is a little different from one mentioned above.Acitivi verision : 5.12.1Here is my code snippet.Map var = new HashMap();var.put("workorderrequest", payload);var.put("workOrderResponse", response);ProcessInstance pi = runtime.startProcess...