Skip to content

[Bug]: Add TIMED_OUT terminal state #262

@yaythomas

Description

@yaythomas

Expected Behavior

On logging replay, a TIMED_OUT state should be marked as complete to transition to "logging enabled" status.

Actual Behavior

Currently, only the following terminal statuses are included:

in {
OperationStatus.SUCCEEDED,
OperationStatus.FAILED,
OperationStatus.CANCELLED,
OperationStatus.STOPPED,
}

Steps to Reproduce

  1. An operation with a timeout - i.e invoke or callback times out
  2. Logging should enable on replay after the timeout

SDK Version

1.0

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

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions