Delegate class for service level preparation BB 69/110169/13
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Wed, 24 Jun 2020 08:44:13 +0000 (09:44 +0100)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Wed, 5 Aug 2020 11:45:31 +0000 (12:45 +0100)
commitfeb5d0d4d4ba80857b059776d5e85049a10fa34e
tree3b01f5346c468a8340dbd0fd9dd2d2599c136e0a
parent039a298c38ecf33d164be72eca725ec3861bb884
Delegate class for service level preparation BB

  - Fetches the health check workflow name based on the scope
  - Validates the parameters required for health check
  - Invokes the health check workflow .

Issue-ID: SO-2989
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: Idc2fc78de9b59af3c7c1c075d7a3ff2a2e1b721a
bpmn/so-bpmn-tasks/src/main/java/org/onap/so/bpmn/infrastructure/service/level/AbstractServiceLevelPreparable.java [new file with mode: 0644]
bpmn/so-bpmn-tasks/src/main/java/org/onap/so/bpmn/infrastructure/service/level/impl/ServiceLevelPreparation.java [new file with mode: 0644]
bpmn/so-bpmn-tasks/src/test/java/org/onap/so/bpmn/infrastructure/service/level/ServiceLevelPreparationTest.java [new file with mode: 0644]