Springboot 2.0 upgrade
[so.git] / bpmn / so-bpmn-tasks / src / main / java / org / onap / so / bpmn / infrastructure / workflow / tasks / WorkflowActionBBTasks.java
index 4e02ca3..fabe8a1 100644 (file)
@@ -274,6 +274,7 @@ public class WorkflowActionBBTasks {
                        execution.setVariable("handlingCode", "PreformingRollback");
                        execution.setVariable("isRollback", true);
                        execution.setVariable("gCurrentSequence", 0);
+                       execution.setVariable(RETRY_COUNT, 0);
                }else{
                        workflowAction.buildAndThrowException(execution, "Rollback has already been called. Cannot rollback a request that is currently in the rollback state.");
                }