temporalio / sdk-dotnet

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

Provide methods to wait for all handlers to finish #262

Closed drewhoskins-temporal closed 2 months ago

drewhoskins-temporal commented 5 months ago

Users want to easily await (or ignore) all their remaining handlers when they continue as new or exit the workflow. Since we can't tell what they want, they should specify.

cretz commented 2 months ago

Solved as part of #294 with an all-handlers-finished property