-
Pretty simple request, but not sure how simple it would be to implement.
Basically I would like some sort of feedback when you use the call_activity() method of the DurableOrchestrationContext clas…
-
As described here: https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-sub-orchestrations
-
![image](https://user-images.githubusercontent.com/3982077/145298496-1889f6a7-c329-49a3-84d0-bd1b56a603fc.png)
```json
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle"…
-
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…
-
The templates returned from `func templates list` are not valid as input for `func new`'s `--template` parameter.
`func templates list --language dotnet` returns (amongst others) the template 'Azur…
-
Hi,
Great tutorial with an clear explanation for creating durable functions in Azure in JavaScript.
While testing the sample in V4, the code generated the following error message:
TypeError: Work…
-
Hi guys! This document states that sub-orchestration is not available for Python, and therefore does not add any example on how to do one using Python. However, this pull request seems to implement th…
-
This page looks out of date compared to the code that gets created in the current (may 2021) Durable Functions templates.
Specifically, the trigger (or client) function signature looks like this …
-
We are using durable functions in Azure with Netherite and an elastic premium plan (EP2).
We are using a setup with only entity functions and no orchestrators. Each entity has a list of work items i…
-
Should the gate using the StatusCheck function be checking the "stage" slot i.e. no in-flight executions should be occurring since the release pipeline deploys to the "stage" slot and Azure handles …