I am trying to get the comments associated with a Process Instance.
I thought these comments were being populated into the ACT_HI_COMMENT
table, but they are found in the COMMENTS
table instead, so
I am not able to get them using taskService.getProcessInstanceComments
nor the
historyService.createProcessInstanceHistoryLogQuery(processInstanceService).includeComments().singleResult()
Does anyone know which is the correct service call to get this records in Activiti 5.22.0 / Alfresco APS 1.9.0?
Thanks for your help!