Azure / azure-functions-durable-js

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

Update references of `orchestrationClient` to `durableClient` #508

Open hossam-nasr opened 1 year ago

hossam-nasr commented 1 year ago

Previously, the durable client input binding type was called orchestrationClient. That name, while still supported, was deprecated in favor of durableClient (since durable clients can be used to interact with more than just orchestrations). We should update our templates, samples, and docs to reflect that change and not use orchestrationClient.