Azure / Azure/azure-functions-durable-js
Compatibility with Durable Function Extension
- Dominant language
- TypeScript
- Stars
- 142
- Forks
- 66
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 4
Description
When an activity function - called within a suborchestrator - throws an error, the durable calls coming after this failed call are not executed (`callEntity`, `continueAsNew`, `callActivity`, ...)
To reproduce the error, please check this repository : https://github.com/eva-ortuno/df-failed-activity-call
This seems to be due to the version of `Microsoft.Azure.WebJobs.Extensions.DurableTask`. The upgrade to version 2.6.0 was solving the issue.
Is that to be expected ? Should the ReadMe of `durable-functions` be updated to require this version of the extension ? Is there a compatibility issue with the extension ?
Contributor guide
Research direction
Start with the linked reproduction repository and compare behavior with Microsoft.Azure.WebJobs.Extensions.DurableTask 2.6.0 versus the current version. Then inspect the durable-functions README for its extension-version requirements; done means the failure is explained or fixed and compatibility guidance is accurate.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, typescript
- Domain
- backend, cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100