diff --git a/core/src/main/java/com/netflix/conductor/core/execution/DeciderService.java b/core/src/main/java/com/netflix/conductor/core/execution/DeciderService.java index 9fc07a22f8..e6c4a3e511 100644 --- a/core/src/main/java/com/netflix/conductor/core/execution/DeciderService.java +++ b/core/src/main/java/com/netflix/conductor/core/execution/DeciderService.java @@ -380,7 +380,7 @@ Task retry(TaskDef taskDefinition, WorkflowTask workflowTask, Task task, Workflo rescheduled.setPollCount(0); rescheduled.setInputData(new HashMap<>()); rescheduled.getInputData().putAll(task.getInputData()); - + rescheduled.setReasonForIncompletion(null); if (StringUtils.isNotBlank(task.getExternalInputPayloadStoragePath())) { rescheduled.setExternalInputPayloadStoragePath(task.getExternalInputPayloadStoragePath());