elsa-workflows / elsa-workflows/elsa-core
Feature request - .OnError/.Retry builder methods.
Open
activity
enhancement
triaged
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
Imagine a syntax like this:
`.Retry(when: WorkFlowResult.Failed, times: 6, TimeSpan.FromSeconds(5))`
The package danielgerlag/workflow-core has something similar:
Docs: https://workflow-core.readthedocs.io/en/latest/error-handling/
Sample: https://github.com/danielgerlag/workflow-core/blob/master/src/samples/WorkflowCore.Sample17/CompensatingWorkflow.cs#L24
Contributor guide
Assessment
This issue has not been assessed yet.