Ok I just found out something by myself…
Information is stored via RepositoryService in the byteArray.
This part looks suitable for me:
ProcessDefinition getProcessDefinition(String processDefinitionId)
Returns the ProcessDefinition including all BPMN information like additional Properties (e.g.
Because all I need is the information stored in the Tasks including the activiti: related stuff. Is there a topic for this? Or any suggestions how to do this with moderate changes?