diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2021-08-13 14:17:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-13 14:17:15 +0000 |
commit | 27c3d83a8b8c70aa923896fd655e739f2b013c3b (patch) | |
tree | ec3f3b2af61fd19ba4b4373f15d118553fc80e95 /bpmn/MSOCommonBPMN/src/test/resources | |
parent | f978938d8417e927f6e8e13259bb0bee19a5b6cc (diff) | |
parent | 084f025c6374249de06bf99235fd9e5b7987b933 (diff) |
Merge "Enable ControllerExecutionBB for service scope"1.9.0
Diffstat (limited to 'bpmn/MSOCommonBPMN/src/test/resources')
-rw-r--r-- | bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/ModelInfoServiceInstance.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/ModelInfoServiceInstance.json b/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/ModelInfoServiceInstance.json index 42ae25a7b1..af3b3ffba8 100644 --- a/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/ModelInfoServiceInstance.json +++ b/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/ModelInfoServiceInstance.json @@ -8,5 +8,6 @@ "service-type": "serviceType", "service-role": "serviceRole", "environment-context": "environmentContext", - "workload-context": "workloadContext" + "workload-context": "workloadContext", + "skip-post-instantiation-configuration": true }
\ No newline at end of file |