Skip to content

Add SAA TemporalNexusOperation handling - #1689

Open
VegetarianOrc wants to merge 4 commits into
mainfrom
amazzeo/temporal-nexus-operation-handler-saa
Open

Add SAA TemporalNexusOperation handling#1689
VegetarianOrc wants to merge 4 commits into
mainfrom
amazzeo/temporal-nexus-operation-handler-saa

Conversation

@VegetarianOrc

@VegetarianOrc VegetarianOrc commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

What was changed

Added start_activity support for Temporal Nexus operation handlers.

  • Added activity-backed Temporal Nexus operation handling and cancellation support.
  • Added activity link conversion support.
  • Expanded operation token, link conversion, temporal operation, and type coverage tests.

Why?

Temporal Nexus operations should be able to start and cancel activities as well as workflows, using a consistent operation token and backing-operation model across both paths.

Checklist

  1. How was this tested:
    Added/updated coverage in:
  • tests/nexus/test_temporal_operation.py
  • tests/nexus/test_operation_token.py
  • tests/nexus/test_link_conversion.py
  • tests/nexus/test_nexus_type_errors.py
  1. Any docs updates needed?
    Yes. Docs should cover start_activity support for Temporal Nexus operation handlers, including operation tokens, cancellation behavior, and activity link handling.

@VegetarianOrc
VegetarianOrc force-pushed the amazzeo/temporal-nexus-operation-handler-saa branch 2 times, most recently from 0e0ba8c to e3dca4a Compare July 29, 2026 00:53
@VegetarianOrc
VegetarianOrc force-pushed the amazzeo/temporal-nexus-operation-handler-saa branch from c23dd1d to 37b9040 Compare July 29, 2026 17:13
@VegetarianOrc
VegetarianOrc marked this pull request as ready for review July 29, 2026 19:07
@VegetarianOrc
VegetarianOrc requested a review from a team as a code owner July 29, 2026 19:07
_input: MyInput, _arg2: int, _arg3: int, _arg4: int, _arg5: int
) -> None:
pass

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also add static type checking coverage for the remaining start_activity_overloads:"sync no-param activity", "sync single-param activity", "sync multi-param activity", and the "string-name activity"? Currently only async callable overloads are covered

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.

2 participants