temporalio / sdk-dotnet

Temporal .NET SDK
MIT License
375 stars 30 forks source link

[Feature Request] Update core and confirm new post-complete command reordering #312

Closed cretz closed 1 month ago

cretz commented 1 month ago

Describe the solution you'd like

Core now has command reordering to move first workflow completion last. We had a poor attempt at this before in two ways: first was only truncate after last completion command (as opposed to new Core which is after first completion command), and second didn't account for multiple completion commands. Still discussing how we want to retain compatibility.