diff options
author | c00149107 <chenchuanyu@huawei.com> | 2017-11-10 13:48:29 +0800 |
---|---|---|
committer | c00149107 <chenchuanyu@huawei.com> | 2017-11-10 13:48:29 +0800 |
commit | 8ec591cda17c9c56ec59128f186083bbfaa7f08e (patch) | |
tree | 819901a1106a2115f47177d10c82fdbbbbf06c7d /bpmn/MSOInfrastructureBPMN/src/main/resources | |
parent | b6108e2ad2622a535d33e6da97b404fbc49394a6 (diff) |
Fix AAI Service Delete failed issue.
Fix AAI Service Delete failed issue.
Change-Id: Ief3eae52d119fcf488a562916d1322641078983f
Issue-ID:SO-329
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/resources')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCustomDeleteE2EServiceInstance.bpmn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCustomDeleteE2EServiceInstance.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCustomDeleteE2EServiceInstance.bpmn index 461af11061..10e49a198b 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCustomDeleteE2EServiceInstance.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCustomDeleteE2EServiceInstance.bpmn @@ -18,7 +18,7 @@ ddsi.preProcessRequest(execution) <bpmn:callActivity id="CallActivity_06izbke" name="Call AAI GenericDelete Service " calledElement="GenericDeleteService"> <bpmn:extensionElements> <camunda:in source="serviceInstanceId" target="GENDS_serviceInstanceId" /> - <camunda:in source="subscriptionServiceType" target="GENDS_serviceType" /> + <camunda:in source="serviceType" target="GENDS_serviceType" /> <camunda:in source="globalSubscriberId" target="GENDS_globalCustomerId" /> <camunda:in sourceExpression="service-instance" target="GENDS_type" /> <camunda:out source="GENDS_FoundIndicator" target="GENDS_FoundIndicator" /> @@ -70,10 +70,10 @@ ex.processJavaException(execution)]]></bpmn:script> <bpmn:extensionElements> <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> <camunda:in source="serviceType" target="serviceType" /> - <camunda:in source="serviceId" target="serviceId" /> + <camunda:in source="serviceInstanceId" target="serviceId" /> <camunda:in source="operationId" target="operationId" /> - <camunda:in source="resouceTemplateUUID" target="resouceTemplateUUID" /> - <camunda:in source="resouceInstanceId" target="resouceInstanceId" /> + <camunda:in source="resourceTemplateId" target="resourceTemplateId" /> + <camunda:in source="resourceInstanceId" target="resourceInstanceId" /> <camunda:in source="resourceType" target="resourceType" /> <camunda:in source="operationType" target="operationType" /> </bpmn:extensionElements> |