Skip to content
Snippets Groups Projects
Commit f73d3309 authored by tranoris's avatar tranoris
Browse files

fix for #30

parent d1dba903
No related branches found
No related tags found
2 merge requests!22MR for Release 2024Q4,!18MR: issue_30 to develop
Pipeline #10790 passed
......@@ -67,6 +67,11 @@ public class ProcessCreateServiceRules implements JavaDelegate {
return;
}
if ( spec == null) {
logger.debug("\tCannot retrieve ServiceSpec:" + contextServiceSpecId);
return;
}
/*
* first find all referenced ServiceSpecs of a ServiceSpec to be created
......
......@@ -26,6 +26,9 @@
<sequenceFlow id="flow30" sourceRef="stActionDELETE" targetRef="stProcesOrderItemComplete"></sequenceFlow>
<sequenceFlow id="flow31" sourceRef="stProcesOrderItemComplete" targetRef="endevent2"></sequenceFlow>
<sequenceFlow id="flow32" sourceRef="stActionADD" targetRef="CreateServiceProcess"></sequenceFlow>
<sequenceFlow id="flow33" name="saction=='NONE'" sourceRef="exclusivegateway1" targetRef="endevent2">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${saction=='NONE'}]]></conditionExpression>
</sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_ProcessOrderItem">
<bpmndi:BPMNPlane bpmnElement="ProcessOrderItem" id="BPMNPlane_ProcessOrderItem">
......@@ -85,7 +88,7 @@
<omgdi:waypoint x="320.0" y="367.0"></omgdi:waypoint>
<omgdi:waypoint x="464.0" y="367.0"></omgdi:waypoint>
<bpmndi:BPMNLabel>
<omgdc:Bounds height="14.0" width="88.0" x="340.0" y="339.0"></omgdc:Bounds>
<omgdc:Bounds height="14.0" width="100.0" x="340.0" y="339.0"></omgdc:Bounds>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow28" id="BPMNEdge_flow28">
......@@ -111,6 +114,15 @@
<omgdi:waypoint x="515.0" y="87.0"></omgdi:waypoint>
<omgdi:waypoint x="560.0" y="87.0"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow33" id="BPMNEdge_flow33">
<omgdi:waypoint x="320.0" y="197.0"></omgdi:waypoint>
<omgdi:waypoint x="319.0" y="467.0"></omgdi:waypoint>
<omgdi:waypoint x="867.0" y="467.0"></omgdi:waypoint>
<omgdi:waypoint x="867.0" y="191.0"></omgdi:waypoint>
<bpmndi:BPMNLabel>
<omgdc:Bounds height="14.0" width="100.0" x="335.0" y="449.0"></omgdc:Bounds>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment