Fix input parameter for serviceInstance 97/41197/2
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Thu, 5 Apr 2018 12:19:56 +0000 (12:19 +0000)
committerRob Daugherty <rd472p@att.com>
Fri, 6 Apr 2018 14:12:03 +0000 (14:12 +0000)
Fix input parameter for serviceInstance.

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

index d6dbf58..fffdeba 100644 (file)
@@ -22,6 +22,7 @@ dcsi.preProcessRequest(execution)
         <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
         <camunda:out source="WorkflowException" target="WorkflowException" />
         <camunda:in source="serviceType" target="GENGS_serviceType" />
+        <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
       </bpmn2:extensionElements>
       <bpmn2:incoming>SequenceFlow_1i7t9hq</bpmn2:incoming>
       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>