Workflow Activities Execution Environment 27/67827/2
authorElena Kuleshov <EK1439@att.com>
Wed, 19 Sep 2018 18:03:47 +0000 (14:03 -0400)
committerElena Kuleshov <EK1439@att.com>
Wed, 19 Sep 2018 19:41:11 +0000 (15:41 -0400)
commit5648fffeaf625dde2b9207ceae87979082a68409
tree7c59ec034f8c958010e2bdfda4586129154f2434
parentc18addf7b6fb56a55b0ecfd5030c43308c46186d
Workflow Activities Execution Environment

Add a license header to ExecuteActivity.java
Fix a JUnit by modifying the values for the expected variables.
BBInput changes to support CM flows
Implement JavaDelegate for activities execution

Change-Id: I9cfc51241d414b85441d1a8443a950b97d14b65f
Issue-ID: SO-827
Signed-off-by: Elena Kuleshov <EK1439@att.com>
bpmn/MSOCommonBPMN/src/main/java/org/onap/so/bpmn/servicedecomposition/tasks/BBInputSetup.java
bpmn/MSOCommonBPMN/src/test/java/org/onap/so/bpmn/servicedecomposition/tasks/BBInputSetupTest.java
bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/GeneralBuildingBlockCMExpected.json [new file with mode: 0644]
bpmn/so-bpmn-tasks/src/main/java/org/onap/so/bpmn/infrastructure/activity/ExecuteActivity.java [new file with mode: 0644]
bpmn/so-bpmn-tasks/src/test/java/org/onap/so/bpmn/infrastructure/activity/ExecuteActivityTest.java [new file with mode: 0644]