Heartbeating activities should be interrupted when the activities are paused. #602
Open
5 of 8 tasks
Labels
enhancement
New feature or request
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
When a user runs
temporal activity pause
, this should work on long-running activities that heartbeat.Users likely won't have predicted in advance that they're going to need to pause the activity, so ideally this would interrupt the activity's execution by default.
Describe the solution you'd like
Ideally a cancel-like exception could be thrown (in languages where that's appropriate)
Additional context
Per-SDK Tickets
The text was updated successfully, but these errors were encountered: