break;
}
}
}
BPMComponentImplementationModel componentImplementationModel = new V1BPMComponentImplementationModel(bpmNamespace.uri());
boolean persistent = bpm.persistent();
if (persistent) {
componentImplementationModel.setPersistent(persistent);
}
String processId = bpm.processId();
if (UNDEFINED.equals(processId)) {