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

Fix error log when executing any entities #513

Closed hossam-nasr closed 1 year ago

hossam-nasr commented 1 year ago

Fixes #373. Updates the entity logic and the task executor to set suppressAsyncDoneError to true before calling context.done(), therefore the error isn't thrown out by the node worker anymore.