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.51k stars 290 forks source link

Make criticalSectionId of current critical section externally visible #958

Closed sebastianburckhardt closed 1 year ago

sebastianburckhardt commented 1 year ago

Previously, clients had to reconstruct this information on their own. Duplicating that logic seemed like a bad idea since it could easily get out of sync if there are future changes. Instead, we can just make this information accessible, which simplifies the clients.