Set suppressRollback variable for ActivityBBs 06/92906/1
authorElena Kuleshov <evn@att.com>
Tue, 6 Aug 2019 19:55:54 +0000 (15:55 -0400)
committerElena Kuleshov <evn@att.com>
Tue, 6 Aug 2019 19:57:28 +0000 (15:57 -0400)
SuppressRollback variable needs to be true for ActivityBBs

Issue-ID: SO-2163
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: I64754e9fc010b48eb8ee9b41fd0fe31c0fbb2592

bpmn/so-bpmn-tasks/src/main/java/org/onap/so/bpmn/infrastructure/activity/ExecuteActivity.java

index 638ecef..a436f7b 100644 (file)
@@ -99,6 +99,7 @@ public class ExecuteActivity implements JavaDelegate {
             variables.put(G_REQUEST_ID, requestId);
             variables.put("retryCount", 1);
             variables.put("aLaCarte", true);
+            variables.put("suppressRollback", true);
 
             execution.getVariables().forEach((key, value) -> {
                 if (value instanceof Serializable) {