Manual intervention
When an API fails, let a human retry or skip without abandoning the Flow.
Problem and approach
The ManualInterventionFlow is a pattern for handling scenarios where an API call might fail, that requires manual intervention to retry or skip the operation. This Flow is particularly useful in situations where a call to an external API fails and requires human intervention to fix the issue. Once the issues is resolved, the Flow can either retry the call or skip it and proceed with the Flow.
Code examples
Full runnable samples live under examples/{go,java,python,typescript} (HTTP prefix /design-pattern/... where applicable).
# See examples/python/dex_examples/patterns/workflow/intervention/