What would you like?
Split BaseDurableOperation::execute() into 2 separate methods start() and replay() so that
- start() for initial execution of the operation
- replay() for when the operation is replayed
- more shared logic could be moved to the base class BaseDurableOperation
Possible Implementation
No response
Is this a breaking change?
No
Does this require an RFC?
No
Additional Context
No response