diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2020-12-09 01:29:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-12-09 01:29:00 +0000 |
commit | dfa68014d97fdc6afc1d31b99d9c57dbab5f58fe (patch) | |
tree | 0719b94cf4fe6202ab11400d26a329225b38ef0c /bpmn/so-bpmn-infrastructure-flows/src | |
parent | 2e64a06e43d2ce6670f811728b941dd5f7a9f27e (diff) | |
parent | e78a4fabcb5f2fdd096321752129abec210c18d6 (diff) |
Merge "Fix serviceType,serviceRole,serviceName saving in AAI also Adapter issues"
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-flows/src')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateCommunicationService.bpmn | 2 | ||||
-rw-r--r-- | bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateSliceService.bpmn | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateCommunicationService.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateCommunicationService.bpmn index a632266c2e..04bab09491 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateCommunicationService.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateCommunicationService.bpmn @@ -145,7 +145,7 @@ csi.createCSAndSSRelationship(execution)</bpmn:script> <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> <camunda:in source="csInputMap" target="csInputMap" /> <camunda:in source="serviceInstanceName" target="serviceInstanceName" /> - <camunda:in source="serviceType" target="serviceType" /> + <camunda:in source="csServiceType" target="csServiceType" /> <camunda:in source="uuiRequest" target="uuiRequest" /> <camunda:in source="modelInvariantUuid" target="modelInvariantUuid" /> <camunda:in source="modelUuid" target="modelUuid" /> diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateSliceService.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateSliceService.bpmn index 1a9281f7d9..290e13d05c 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateSliceService.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateSliceService.bpmn @@ -34,7 +34,6 @@ css.processUserOptions(execution)</bpmn:script> <camunda:in source="serviceInstanceName" target="serviceInstanceName" /> <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" /> - <camunda:in source="serviceType" target="serviceType" /> <camunda:in source="uuiRequest" target="uuiRequest" /> <camunda:in source="operationId" target="operationId" /> <camunda:out source="WorkflowException" target="WorkflowException" /> |