public List<String> getAssociatedDomainObjects(String processId) {
   return bpmn2Service.getAssociatedDomainObjects(processId);
 }