Fix the duplicated parameter 43/64543/1
authorByung-Woo Jun <byung-woo.jun@ericsson.com>
Mon, 3 Sep 2018 20:36:02 +0000 (16:36 -0400)
committerByung-Woo Jun <byung-woo.jun@ericsson.com>
Mon, 3 Sep 2018 20:36:02 +0000 (16:36 -0400)
Removed the dublicated subscriptionServiceType parameter in the doCreateServiceInstance

Change-Id: I05d2d4ff84da144cae1e00a7be1677aefdb6d04c
Issue-ID: SO-921
Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateVcpeResCustService.bpmn

index 515a9bb..3b49011 100644 (file)
@@ -98,7 +98,6 @@ ex.processJavaException(execution)]]></bpmn2:script>
         <camunda:out source="WorkflowException" target="WorkflowException" />
         <camunda:out source="serviceInstanceName" target="serviceInstanceName" />
         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
-        <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
         <camunda:in source="productFamilyId" target="productFamilyId" />
         <camunda:in source="sdncVersion" target="sdncVersion" />
         <camunda:in source="bpmnRequest" target="requestJson" />