diff options
author | deepikasatheesh <deepika.s84@wipro.com> | 2022-04-28 03:32:54 +0000 |
---|---|---|
committer | deepikasatheesh <deepika.s84@wipro.com> | 2022-05-26 07:54:33 +0000 |
commit | 08e64b98fc5f2067e596c2c407370612c716f253 (patch) | |
tree | c8be41645975a81b2f5a00fd402ce8ac4b3daae9 /bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateTransportNSSI.bpmn | |
parent | 131fd74f717f76bc23af1ef935f6e96654f703d6 (diff) |
Fix bugs found in TN Slicing integration involving OOF
Issue-ID: SO-3931
Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
Change-Id: I6fe2f53bb8f2761df40802e95255f617089069b5
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateTransportNSSI.bpmn')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateTransportNSSI.bpmn | 2 |
1 files changed, 1 insertions, 1 deletions
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 694be22517..fb03f6fa45 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 @@ -261,7 +261,7 @@ css.prepareModifyTnNssiInputs(execution)</bpmn:script> <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" /> <camunda:in source="transportSliceNetworks" target="transportSliceNetworks" /> - <camunda:in source="modifyTnNssiJobId" target="jobId" /> + <camunda:in source="jobId" target="jobId" /> <camunda:in source="modifySliceParams" target="sliceParams" /> <camunda:in source="servicename" target="servicename" /> <camunda:out source="WorkflowException" target="WorkflowException" /> |