temporalio / sdk-python

Temporal Python SDK
MIT License
473 stars 77 forks source link

Provide methods to wait for all handlers to finish #539

Closed drewhoskins-temporal closed 3 months ago

drewhoskins-temporal commented 6 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.