diff --git a/src/main/resources/processes/ServiceCreationProcess.bpmn b/src/main/resources/processes/ServiceCreationProcess.bpmn index 9a5df08655c5c0122f99e25ec17d027b8d624e07..cce6e034f6554cedf624ec3ba6e2a9df7300dd85 100644 --- a/src/main/resources/processes/ServiceCreationProcess.bpmn +++ b/src/main/resources/processes/ServiceCreationProcess.bpmn @@ -29,7 +29,7 @@ <exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway> <sequenceFlow id="flow26" sourceRef="stAutomationCheck" targetRef="exclusivegateway2"></sequenceFlow> <sequenceFlow id="flow27" name="brokeActivity=="RFS_OSM"" sourceRef="exclusivegateway2" targetRef="parallelActivityNFVODeploymentReq"> - <conditionExpression xsi:type="tFormalExpression"><![CDATA[${brokeActivity=='RFS'}]]></conditionExpression> + <conditionExpression xsi:type="tFormalExpression"><![CDATA[${brokeActivity=='RFS_OSM'}]]></conditionExpression> </sequenceFlow> <sequenceFlow id="flow28" name="brokeActivity=="PARTNER"" sourceRef="exclusivegateway2" targetRef="parallelExternalSPDeploymentReqProcess"> <conditionExpression xsi:type="tFormalExpression"><![CDATA[${brokeActivity=='PARTNER'}]]></conditionExpression>