Skip to content

Add SAA TemporalNexusOperation handling#1565

Draft
VegetarianOrc wants to merge 8 commits into
mainfrom
amazzeo/temporal-nexus-operation-handler-saa
Draft

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

Conversation

@VegetarianOrc
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.
  • Adjusted the existing start_workflow path to share the backing context, token, and handler behavior needed for activity 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.

Expose customizable Temporal Nexus operation handlers and client support.

Add activity link conversion, operation token handling, and related tests.
@VegetarianOrc VegetarianOrc changed the title Add SAA Temporal Nexus operation handling Add SAA TemporalNexusOperation handling May 29, 2026
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.

1 participant