Azure / azure-functions-durable-js

JavaScript library for using the Durable Functions bindings
https://www.npmjs.com/package/durable-functions
MIT License
128 stars 47 forks source link

Add support for specifying task hub and connection name for `client.startNew()` #433

Open hossam-nasr opened 1 year ago

hossam-nasr commented 1 year ago

As in title, moving this TODO line into an issue instead: https://github.com/Azure/azure-functions-durable-js/blob/4b4eae8a5dc9b1571be6cdfda229b7ae2d0fba4a/src/durableorchestrationclient.ts#L666

This may have dependencies the extension as well

hossam-nasr commented 1 year ago

FYI @davidmrdavid Not sure what would be required to support this, but I think we can add this in a non-breaking way in the future (especially since we moved options into an object), so I don't think it's urgent to figure this out before v3.x preview release