Skip to content

[refactor]: split BaseDurableOperation::execute() into start() and replay() #87

@zhongkechen

Description

@zhongkechen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Ready

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions