-
See https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.webjobs.extensions.durabletask.durabletaskoptions.overridableexistinginstancestates?view=azure-dotnet.
---
#### Document Details
…
-
# ```call_activity_with_retry``` will always be invoked once
Python version: **3.11.3**
azure-functions-durable version: **1.2.4**
azure-functions version: **1.15.0**
## Problem
Creating ac…
-
Prerequisites
[C#](https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-sequence?tabs=python#tabpanel_1_csharp)
[JavaScript (PM3)](https://learn.microsoft.com/en-us/azur…
-
It's said 202 flow is supported but I was unable to find a full code example for client side and server side, using a DurableHttpRequest with asynchronousPatternEnabled in the client.
Thanks in adv…
-
**Describe the bug**
await function doesn't work in Durable Entity.
**Investigative information**
- Durable Functions extension version: 2.1.0
- durable-functions npm module version: 1.3.1
- …
-
There are three parameters, `taskHub`, `connection` and `code`, according to this section, https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-http-api
> `connection`: …
-
The "ApplyAccruedInterestCommand" function should fire off a durable functions orchestration (the same way that the AccrueInterest one does) so that the orchestration is all handled by that rather tha…
-
**Describe the bug**
**context.df.isReplaying** is always undefined.
I'm able to get **isReplaying** from **context.triggerMetadata.isReplaying**
**Investigative information**
**To Reproduce…
-
As a developer, I'd like to have an infrastructure integration testing, so that we can validate pull request.
I'm planning to implement it as terratest. The scenario will be:
* Create an AKS clust…
-
Under function timeouts, seen here:
https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-error-handling?tabs=python#function-timeouts
It shows return values as True and…