Skip to content

Commit ed0b741

Browse files
committed
fix issue871 where child steps in the failed Saga container do not get retried when the suspended workflow is resumed
1 parent 06470ce commit ed0b741

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/WorkflowCore/Services/ErrorHandlers/SuspendHandler.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ public void Handle(WorkflowInstance workflow, WorkflowDefinition def, ExecutionP
2929
WorkflowDefinitionId = workflow.WorkflowDefinitionId,
3030
Version = workflow.Version
3131
});
32+
33+
step.PrimeForRetry(pointer);
3234
}
3335
}
3436
}

0 commit comments

Comments
 (0)