You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Users should be able to distinguish between this and cancel, as there maybe different actions they want to take when the activity is ending completely vs when it's going to resume later.
Additional context
Per-SDK Tickets
Go -
Java -
Core -
TypeScript -
Python -
.NET -
Ruby -
PHP -
Temporal CLI -
The text was updated successfully, but these errors were encountered:
@drewhoskins-temporal - can you confirm whether there is server-side work? RecordActivityTaskHeartbeatResponse.activity_paused is present, just need to confirm if we should always interrupt on that or if interrupt is a separate option the pauser sets and therefore there needs to be another field there.
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: