temporalio / sdk-php

Temporal PHP SDK
https://php.preview.thundergun.io
MIT License
251 stars 43 forks source link

Provide a method to wait for handlers to finish #447

Open drewhoskins-temporal opened 1 month ago

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

drewhoskins-temporal commented 3 weeks ago

See https://github.com/temporalio/sdk-dotnet/issues/261#issuecomment-2196788048 for a template to pattern-match from.