diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-04-05 14:25:53 +0000 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-04-06 14:13:03 +0000 |
commit | 842b4536673c52790037da742a0369afe4e9a483 (patch) | |
tree | cb84f3e5062d20808b11fbb96337bd407076c547 /bpmn/MSOInfrastructureBPMN/src/main/resources | |
parent | 71070bf20fbc832535163028b93a4096cc3a28d6 (diff) |
Fix missing input parameter for subprocess
Fix missing input parameter for subprocess.
Change-Id: I56804ca3990b6ff2e6d89a2e06915c7110dfc04f
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/resources')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn index b1c76d88f8..e59595c793 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn @@ -207,6 +207,8 @@ dcsi.doServiceHoming(execution)]]></bpmn2:script> <camunda:in source="resourceParameters" target="resourceParameters" /> <camunda:in source="operationType" target="operationType" /> <camunda:in source="addResourceList" target="addResourceList" /> + <camunda:in source="serviceInstanceName" target="serviceInstanceName" /> + <camunda:in source="serviceDecomposition" target="serviceDecomposition" /> </bpmn2:extensionElements> <bpmn2:incoming>SequenceFlow_0bf6bzp</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_0d0c20n</bpmn2:outgoing> |