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

Input is still not passed along when signaling an entity #1045

Open thomaseyde opened 4 months ago

thomaseyde commented 4 months ago

As reported in: https://github.com/Azure/durabletask/pull/1016

Bug is still there after updating NuGet packages:

<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.21.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.1.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.17.0" />
davidmrdavid commented 3 months ago

Hi @thomaseyde: please see my response here: https://github.com/Azure/durabletask/pull/1016#issuecomment-2004538401