Skip to content

feat: add invoke operation#15

Merged
yaythomas merged 1 commit into
mainfrom
invoke
Sep 25, 2025
Merged

feat: add invoke operation#15
yaythomas merged 1 commit into
mainfrom
invoke

Conversation

@yaythomas
Copy link
Copy Markdown
Contributor

@yaythomas yaythomas commented Sep 25, 2025

Add new invoke operation for calling other Durable Functions from a within a Durable Function.

  • Add invoke on DurableContext and an operation handler.
  • Add OperationSubType.INVOKE for invoke operation tracking
  • Amend InvokeOptions dataclass with update svc fields
  • Create InvokeConfig with timeout and payload + result serdes
  • Add new exception static factory for TimeSuspendExecution
  • Remove tests from coverage report
  • Update .gitignore to exclude additional cache/IDE directories

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

Add new invoke operation for calling other Durable Functions from
a within a Durable Function.

- Add invoke on DurableContext and an operation handler.
- Add OperationSubType.INVOKE for invoke operation tracking
- Amend InvokeOptions dataclass with update svc fields
- Create InvokeConfig with timeout and payload + result serdes
- Add new exception static factory for TimeSuspendExecution
- Remove tests from coverage report
- Update .gitignore to exclude additional cache/IDE directories
Comment thread src/aws_durable_execution_sdk_python/operation/invoke.py
Comment thread src/aws_durable_execution_sdk_python/config.py
@yaythomas yaythomas merged commit bb1f2e9 into main Sep 25, 2025
7 checks passed
@yaythomas yaythomas deleted the invoke branch September 25, 2025 17:14
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.

3 participants