Skip to content

[Bug]: Wait for condition create_wait_strategy failed at runtime #530

Description

@wangyb-A

Expected Behavior

create_wait_strategy currently fails at runtime with

AttributeError: 'WaitDecision' object has no attribute 'should_continue'

Python: https://github.com/aws/aws-durable-execution-sdk-python/blob/main/packages/aws-durable-execution-sdk-python/src/aws_durable_execution_sdk_python/waits.py#L81

WaitDecision is dead code should be removed

WaitForConditionConfig= parameters for theoperation(wait_strategy,initial_state,serdes).
WaitStrategyConfig= parameters for the exponential-backoff strategy

Actual Behavior

See above

Steps to Reproduce

SDK Version

1

Python Version

3.14

Is this a regression?

No

Last Working Version

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    SDKrelated to the AWS Durable Execution SDKparityProvides parity with other language implementations of the SDK

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions