Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.47k stars 287 forks source link

Fix bug where input is not passed along when signaling an entity #1016

Closed sebastianburckhardt closed 5 months ago

sebastianburckhardt commented 6 months ago

As reported in https://github.com/Azure/azure-functions-durable-extension/issues/2690, the TaskEntityDispatcher contains a bug where the input field is lost when creating a entity request message representing a signal.

thomaseyde commented 5 months ago

When can we expect an updated NuGet package?

davidmrdavid commented 5 months ago

Should be coming up in the next release, or the one after that (there's a release in progress, not sure it it'll pick this up), as it's just been merged!

thomaseyde commented 5 months ago

Fix is not included in https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.DurableTask/1.1.1

Is there a different NuGet package I should reference?

Twiddeldum commented 3 months ago

We have the same issue and we are waiting for nuget package containing the fix too.

davidmrdavid commented 3 months ago

@thomaseyde, @Twiddeldum: seems a corresponding Microsoft.Azure.Worker.Extension.DurableTask package with this fix was not released. My apologies for the delay. We're starting another release of our packages this week, and the aformentioned package is in scope, so I expect it should be released with it. ETA: 10 days.