From 5262c350a449c02d91b558976c37850d6340ad81 Mon Sep 17 00:00:00 2001 From: s00370346 Date: Thu, 11 Apr 2019 00:14:39 +0530 Subject: ONAP BBS: Apex Nomadic ONT Policy Implementation Issue-ID: DCAEGEN2-1237 Change-Id: I81831f6498b6c47c0a43215e0445c791b12dac6e Signed-off-by: s00370346 --- .../logic/ErrorAAIServiceAssignedLogTask.js | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 examples/examples-onap-bbs/src/main/resources/logic/ErrorAAIServiceAssignedLogTask.js (limited to 'examples/examples-onap-bbs/src/main/resources/logic/ErrorAAIServiceAssignedLogTask.js') diff --git a/examples/examples-onap-bbs/src/main/resources/logic/ErrorAAIServiceAssignedLogTask.js b/examples/examples-onap-bbs/src/main/resources/logic/ErrorAAIServiceAssignedLogTask.js new file mode 100644 index 000000000..ee646fa36 --- /dev/null +++ b/examples/examples-onap-bbs/src/main/resources/logic/ErrorAAIServiceAssignedLogTask.js @@ -0,0 +1,28 @@ +/* + * ============LICENSE_START======================================================= + * Copyright (C) 2019 Huawei. All rights reserved. + * ================================================================================ + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * SPDX-License-Identifier: Apache-2.0 + * ============LICENSE_END========================================================= + */ + +executor.logger.info("Begin Execution ErrorServiceUpdateOneLogTask.js"); +executor.logger.info(executor.subject.id); +executor.logger.info(executor.inFields); + +executor.logger.info(executor.outFields); + +var returnValue = executor.isTrue; +executor.logger.info("Begin Execution ErrorServiceUpdateOneLogTask.js"); -- cgit 1.2.3-korg