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 creating DurableOrchestrationClient outside of Azure Functions #161

Closed
cgillum opened this issue Feb 20, 2018 · 2 comments
Closed
Assignees
Labels

Comments

@cgillum
Copy link
Member

cgillum commented Feb 20, 2018

This issue tracks the ability to create an instance of DurableOrchestrationClient outside the Azure Functions context. It looks like we don't have a public constructor for this type, so it's not currently possible.

Here is the relevant source code: https://github.com/Azure/azure-functions-durable-extension/blob/master/src/WebJobs.Extensions.DurableTask/DurableOrchestrationClient.cs#L27.

The challenge will be creating a very simple public constructor that only requires an Azure Storage connection string and a task hub name.

@ConnorMcMahon
Copy link
Contributor

This is getting pushed to October release.

@cgillum
Copy link
Member Author

cgillum commented Nov 12, 2020

The PR for this is merged and will go out with v2.4.0.

@bachuv bachuv closed this as completed Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants