diff options
author | Byung-Woo Jun <byung-woo.jun@ericsson.com> | 2018-09-03 16:36:02 -0400 |
---|---|---|
committer | Byung-Woo Jun <byung-woo.jun@ericsson.com> | 2018-09-03 16:36:02 -0400 |
commit | 7c9405f4851bdbba46818cd8c129e7cc83bc09c6 (patch) | |
tree | 0342924ea012679465a5f74b812925714e00b72a /bpmn/so-bpmn-infrastructure-flows/src/main/resources | |
parent | fed9afbf5d8bb9ce342836668380cd491c74b67e (diff) |
Fix the duplicated parameter
Removed the dublicated subscriptionServiceType parameter in the doCreateServiceInstance
Change-Id: I05d2d4ff84da144cae1e00a7be1677aefdb6d04c
Issue-ID: SO-921
Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources')
-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" /> |