Skip to content

Commit c9f4a4f

Browse files
authored
Merge pull request #872 from sleedtec/Issue871
Fix issue #871 (Failed Saga container resume issue)
2 parents 06470ce + ed0b741 commit c9f4a4f

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)