Skip to content

fix: checkpoint START when retry a failed step#381

Merged
zhongkechen merged 1 commit intomainfrom
retry
May 6, 2026
Merged

fix: checkpoint START when retry a failed step#381
zhongkechen merged 1 commit intomainfrom
retry

Conversation

@zhongkechen
Copy link
Copy Markdown
Contributor

@zhongkechen zhongkechen commented May 6, 2026

Issue #, if available:

Fixes: #373

Description of changes:

Step operations doesn't checkpoint START action when retrying a failed step operation, leading to missing attempts in console and also in plugin interface #371

Without the fix:

image

With the fix:

image

The additional STARTED event:

image

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@zhongkechen zhongkechen force-pushed the retry branch 2 times, most recently from a7b0dbe to 6edfdfd Compare May 6, 2026 19:09
@zhongkechen zhongkechen marked this pull request as ready for review May 6, 2026 19:23
@zhongkechen zhongkechen requested a review from a team May 6, 2026 19:23
@zhongkechen zhongkechen self-assigned this May 6, 2026
Comment thread src/aws_durable_execution_sdk_python/state.py Outdated
Comment thread src/aws_durable_execution_sdk_python/operation/step.py
Comment thread src/aws_durable_execution_sdk_python/operation/step.py
@zhongkechen zhongkechen requested review from a team, SilanHe and yaythomas May 6, 2026 21:47
@zhongkechen zhongkechen merged commit f678833 into main May 6, 2026
68 checks passed
@zhongkechen zhongkechen deleted the retry branch May 6, 2026 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Console doesn't show Step attempts properly when using Python SDK

3 participants