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

Rename includeStateless to includeTransient in entity queries #985

Closed sebastianburckhardt closed 9 months ago

sebastianburckhardt commented 9 months ago

As discussed, we updated terminology across all repos to "transient entities" when talking about entities that do not have an application-defined state.