issues
search
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.53k
stars
296
forks
source link
Fix entity preview bugs
#998
Closed
sebastianburckhardt
closed
1 year ago
sebastianburckhardt
commented
1 year ago
Fixes three bugs:
CleanEntityStorage not reading continuation token, so only processing first page of results
Wrong event id used by one of the log events
loggerFactory parameter not being passed on to base constructor
Fixes three bugs: