Please advise, how can we manage automatically restarting of workflows in case of crashing.
Imagine situation:
- we have scheduled workflow.
- Workflow runs due to schedule.
- During running some crash happened:
- data source|target is unavailable,
- service is unexpectedly stopped, etc.
- We have to restart crashed workflows to repeat data processing in two cases:
- when workflow is finished with error
- when service crashed/restarted - to resume/restart crashed workflows
How can we do it? For example - set up several attempts until success.