*/
public void processGlobal(BpmnModel bpmnModel, int priority,
BpmConfBase bpmConfBase) {
Process process = bpmnModel.getMainProcess();
BpmConfNodeManager bpmConfNodeManager = getBpmConfNodeManager();
BpmConfNode bpmConfNode = bpmConfNodeManager.findUnique(
"from BpmConfNode where code=? and bpmConfBase=?",
process.getId(), bpmConfBase);
if (bpmConfNode == null) {
bpmConfNode = new BpmConfNode();