temporalio / sdk-dotnet

Temporal .NET SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] WorkflowHandle.StartUpdateAsync does not unwrap exception properly

cretz opened this issue · comments

Describe the bug

await Client.GetWorkflowHandle("does-not-exist").StartUpdateAsync(
    "does-not-exist", Array.Empty<object?>());

This throws an AggregateException due to our use of ContinueWith