-
This seems like such an odd error, and it may not be a bug. But was hindering something I was trying to do with IServicesCollection so I was hoping someone might know whats going on. I am attempting t…
-
We are experiencing the issue described in [azure-functions-durable-extension/issues/2674](https://github.com/Azure/azure-functions-durable-extension/issues/2674) in Java activity functions.
Our e…
-
The code shown doesn't use DurableTaskClient but the .WebJobs interface IDurableOrchestrationContext
---
#### Document Details
⚠ *Do not edit this section. It is required for learn.microsoft…
-
Running `yield` on `task_all` can return `None`. This goes against the [docs](https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-overview?tabs=in-process%2Cnodejs-v3%2Cv…
-
This ability exists in the core framework but isn't exposed in the Python API.
Here's an example in the Durable Functions Python SDK, which can be used for inspiration: https://learn.microsoft.com/…
-
core tools version: 4.0.4829 (x64 on rosetta to use python)
OS: MacOs Montery 12.6 (Mac M1 Pro)
When I did a `func templates list` I was surprised it showed me a lot of templates that could not a…
-
## What is the Problem Being Solved?
As discussed this at the 10-Jul-2024 kernel meeting.
@mhofman described a need (for the orchestration/async-flow project) to get a durable facet that would a…
-
core tools version: 4.0.4829 (x64 on rosetta to use python)
OS: MacOs Montery 12.6 (Mac M1 Pro)
If I use `func new` with no arguments there is a nice TUI that has me select the functions template…
-
The documentation for Python is still on the v1 model. Would you please update it to the v2 model?
---
#### Document Details
⚠ *Do not edit this section. It is required for learn.microsoft.co…
-
this is a request for canonical tests that depend on durable entities to support developers who
* have durable functions with embedded durable entities
* use the external client mechanism to access…