commit | e78a4fabcb5f2fdd096321752129abec210c18d6 | [log] [tgz] |
---|---|---|
author | zm330 <zhangminyj@chinamobile.com> | Tue Dec 08 19:41:27 2020 +0800 |
committer | zm330 <zhangminyj@chinamobile.com> | Tue Dec 08 19:41:49 2020 +0800 |
tree | b92232db97ee449aec9f56c64b7bac411755b3ad | |
parent | 3a24325997e63efc8efaaa71f7def02410165393 [diff] [blame] |
Fix serviceType,serviceRole,serviceName saving in AAI also Adapter issues Issue-ID: SO-3411 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I07eeb4e512a1a2cc67ac5bff7ee3227d90117fe7
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 a632266..04bab09 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 @@ <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" />