Slide 41
Slide 41 text
Durable Exections / Workflows
https://docs.dapr.io/developing-applications/building-blocks/work
fl
ow/
* Sometimes we need more than just calling X services in a sequence
* We want to make sure that:
* If things fail we have a backup plan like: custom retries, circuit breakers
and domain-speci
fi
c logic hooks
* Support for long running and stateful interactions, for example waiting
for a human input that might be on holidays
* That we have compensation logic to undo operations
@salaboy