8586878889909192939495
} for (final FlowElement flowElement : elementList) { if (flowElement instanceof SubProcess) { final SubProcess subProcess = (SubProcess) flowElement; subProcess.removeArtifact(association.getId()); removeArtifact(association, subProcess); } } }