diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-09-05 06:15:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-05 06:15:00 +0000 |
commit | 72fdf946f80fcded8cc645c03dfe387d01389f8e (patch) | |
tree | 92f98f27720a0e066eb39e943b6af664d0d602ae | |
parent | c36fa3b82baeba3d8d9742c7f2aaa2cf80aa2e8c (diff) | |
parent | 7c9405f4851bdbba46818cd8c129e7cc83bc09c6 (diff) |
Merge "Fix the duplicated parameter"
-rw-r--r-- | bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateVcpeResCustService.bpmn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateVcpeResCustService.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateVcpeResCustService.bpmn index 515a9bb85a..3b49011c3e 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateVcpeResCustService.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateVcpeResCustService.bpmn @@ -98,7 +98,6 @@ ex.processJavaException(execution)]]></bpmn2:script> <camunda:out source="WorkflowException" target="WorkflowException" /> <camunda:out source="serviceInstanceName" target="serviceInstanceName" /> <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> - <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" /> <camunda:in source="productFamilyId" target="productFamilyId" /> <camunda:in source="sdncVersion" target="sdncVersion" /> <camunda:in source="bpmnRequest" target="requestJson" /> |