Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sub-orchestration and Terminate SDK support #24

Merged
merged 3 commits into from
Jul 10, 2023
Merged

Conversation

cgillum
Copy link
Member

@cgillum cgillum commented Jul 10, 2023

A few major additions in this PR are:

  1. Sub-orchestration APIs for orchestrations written in Go
  2. Support for terminating orchestrations written in Go
  3. Support for cascade termination (which requires some changes in the protobuf definitions)
  4. Breaking changes related to improvements in the options pattern for some APIs

These are largely some changes that we want to have in place in preparation for building a Go SDK for Dapr Workflow, after which it's going to be harder to make breaking changes.

Breaking changes should only impact direct users of durabletask-go. Indirect users (e.g., via Dapr Workflow) won't be impacted by these breaking changes.

Validation:

  • Unit and integration tests passing
  • Language SDK tests passing (e.g. .NET, Java, and Python)

@cgillum cgillum merged commit 4a81879 into main Jul 10, 2023
3 checks passed
@cgillum cgillum deleted the recursive-terminate branch July 10, 2023 21:34
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