diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2021-02-10 13:27:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-10 13:27:22 +0000 |
commit | fa1596d23cec5ef99548069ad6f20077917f7e59 (patch) | |
tree | 7e078bf081d1f6cabe21b00a2275962c0cc868b4 /bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess | |
parent | ccc5e34bb72e33c8dc4ecd01c414a41685584921 (diff) | |
parent | b8057099c4eb64dfde9d5573e92e79fa0ca15fd4 (diff) |
Merge "Fix issues in AN NSSMF activation flow for SDNR interactions"
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoActivateAccessNSSI.bpmn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoActivateAccessNSSI.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoActivateAccessNSSI.bpmn index d81f5465b3..2301b47639 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoActivateAccessNSSI.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoActivateAccessNSSI.bpmn @@ -154,7 +154,7 @@ activator.processSdnrResponse(execution)</bpmn:script> <bpmn:outgoing>Flow_0rizzsm</bpmn:outgoing> <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.* def activator = new DoActivateAccessNSSI() -activator..prepareUpdateJobStatus(execution,"processing","40","AN NF NSSI activation completed")</bpmn:script> +activator.prepareUpdateJobStatus(execution,"processing","40","AN NF NSSI activation completed")</bpmn:script> </bpmn:scriptTask> <bpmn:serviceTask id="Activity_08yj5gq" name="Update Resource Operation Status"> <bpmn:extensionElements> |