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

Add Worker.OrchestrationServiceShim #371

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

jviau
Copy link
Member

@jviau jviau commented Jan 31, 2025

This PR introduces a new worker package which processes work items via IOrchestrationService from durabletask core. This gives users a path to migrate to this SDK with existing task hubs (along with the existing Client.OrchestrationServiceClientShim.

This package is a small wrapper around TaskHubWorker from DurableTask.Core. OrchestrationServiceShim was used as the name as that is the public API exposed. TaskHubWorker is an implementation detail and theoretically could be replaced with a different implementation in the future.

Orchestrations, Activities, and Entities are all supported.

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