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

Support for cascade terminate #13

Merged
merged 1 commit into from
Jul 10, 2023
Merged

Support for cascade terminate #13

merged 1 commit into from
Jul 10, 2023

Conversation

cgillum
Copy link
Member

@cgillum cgillum commented Jul 10, 2023

This change is to support recursive/cascading orchestration termination. This was developed as part of microsoft/durabletask-go#24. To summarize:

  • A new property on TerminateRequest indicating whether a terminate operation should be recursive
  • A corresponding property on ExecutionTerminatedEvent, matching the above
  • A new TerminateOrchestrationAction action, which can be returned by an SDK

Note that these changes also make it possible for an orchestration to manually terminate another orchestration, though we don't currently have any plans to expose this in any SDK.

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