diff options
author | hyu2010 <hyu2010b@gmail.com> | 2020-11-30 18:35:19 -0500 |
---|---|---|
committer | hyu2010 <hyu2010b@gmail.com> | 2020-11-30 18:35:19 -0500 |
commit | 88d72909d684aa7e2d259a10085680a5b763feab (patch) | |
tree | 4828a49809263206acf0a1b824e072cbe1ac7ba6 /bpmn/so-bpmn-infrastructure-flows/src | |
parent | e1019bab72e396140417db15727b1e00003534a7 (diff) |
Fixes for bugs found in Transport Slicing integration
This update contains for the fixes for the following JIRA:
SO-3406: Transport Slicing integration: environment_context and
orchestration_status are wrong values
Issue-ID: SO-3406
Signed-off-by: hyu2010 <hyu2010b@gmail.com>
Change-Id: I9bccc3c916d4b775d3cfaf10d6c817faffa73c18
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-flows/src')
-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 12632dec72..4f83c872a1 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 @@ -164,7 +164,7 @@ css.prepareOofSelection(execution)</bpmn:script> <bpmn:incoming>SequenceFlow_0n4xku8</bpmn:incoming> <bpmn:outgoing>SequenceFlow_0kixzdj</bpmn:outgoing> <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* -execution.setVariable("orchestrationStatus", "allocated") +execution.setVariable("orchestrationStatus", "activated") def runScript = new TnAllocateNssi() runScript.updateAAIOrchStatus(execution)</bpmn:script> </bpmn:scriptTask> |