diff options
author | zm330 <zhangminyj@chinamobile.com> | 2021-03-11 16:49:23 +0800 |
---|---|---|
committer | zm330 <zhangminyj@chinamobile.com> | 2021-03-11 16:49:51 +0800 |
commit | f3b8f846dec599050700b147f0e4824b54cf9d65 (patch) | |
tree | fad279ec107bc0a559fc7382980ab9b6703cbe47 /bpmn/so-bpmn-infrastructure-flows/src | |
parent | 1d316a3c50f978313eca360c1a1636de68afee9d (diff) |
Update NSI selection process support shared NSI and add sst parameter
Issue-ID: SO-3381
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: I84f76e4e32fabc35fbd448ed1234d3427f89279d
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-flows/src')
2 files changed, 2 insertions, 0 deletions
diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/AllocateSliceSubnet.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/AllocateSliceSubnet.bpmn index 29f024991d..07077a1cab 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/AllocateSliceSubnet.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/AllocateSliceSubnet.bpmn @@ -125,6 +125,7 @@ nss.prepareInitOperationStatus(execution)</bpmn:script> <camunda:in source="sliceParams" target="sliceParams" /> <camunda:out source="WorkflowException" target="WorkflowException" /> <camunda:in source="servicename" target="servicename" /> + <camunda:in source="sst" target="sst" /> </bpmn:extensionElements> <bpmn:incoming>Flow_0g7721r</bpmn:incoming> <bpmn:outgoing>Flow_189zwjw</bpmn:outgoing> diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateTransportNSSI.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateTransportNSSI.bpmn index 82efc97e92..b70569b8ad 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateTransportNSSI.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateTransportNSSI.bpmn @@ -136,6 +136,7 @@ css.prepareOofSelection(execution)</bpmn:script> <camunda:out source="WorkflowException" target="WorkflowException" /> <camunda:out source="rollbackData" target="rollbackData" /> <camunda:out source="rolledBack" target="rolledBack" /> + <camunda:in source="sst" target="sst" /> </bpmn:extensionElements> <bpmn:incoming>SequenceFlow_1bevt3a</bpmn:incoming> <bpmn:outgoing>SequenceFlow_0mlrlbv</bpmn:outgoing> |