Fix subprocess path and input 99/41199/2
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Thu, 5 Apr 2018 12:41:29 +0000 (12:41 +0000)
committerRob Daugherty <rd472p@att.com>
Fri, 6 Apr 2018 14:12:15 +0000 (14:12 +0000)
Fix subprocess path and input.

Change-Id: Ic5dbf0b5d279cf6e22175b8adbdb9c05b48ef642
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn

index fffdeba..b1c76d8 100644 (file)
@@ -194,7 +194,7 @@ dcsi.prepareDecomposeService(execution)]]></bpmn2:script>
 def dcsi= new DoCreateE2EServiceInstance()
 dcsi.doServiceHoming(execution)]]></bpmn2:script>
     </bpmn2:scriptTask>
-    <bpmn2:callActivity id="CallActivity_1ojtwas" name="Call DoCreateResources" calledElement="DoCreateResources">
+    <bpmn2:callActivity id="CallActivity_1ojtwas" name="Call DoCreateResources" calledElement="DoCreateResourcesV3">
       <bpmn2:extensionElements>
         <camunda:in source="nsServiceName" target="nsServiceName" />
         <camunda:in source="nsServiceDescription" target="nsServiceDescription" />
@@ -206,6 +206,7 @@ dcsi.doServiceHoming(execution)]]></bpmn2:script>
         <camunda:in source="resourceUUID" target="resourceUUID" />
         <camunda:in source="resourceParameters" target="resourceParameters" />
         <camunda:in source="operationType" target="operationType" />
+        <camunda:in source="addResourceList" target="addResourceList" />
       </bpmn2:extensionElements>
       <bpmn2:incoming>SequenceFlow_0bf6bzp</bpmn2:incoming>
       <bpmn2:outgoing>SequenceFlow_0d0c20n</bpmn2:outgoing>