Skip to content

Commit

Permalink
add activity_paused flag to ByID heartbeat response (#517)
Browse files Browse the repository at this point in the history
<!-- Describe what has changed in this PR -->
**What changed?**
Add "activity_paused" flag to RecordActivityTaskHeartbeatByIdResponse.

<!-- Tell your future self why have you made these changes -->
**Why?**
1. It is needed to let long-running activity know that activity was
paused on the server.
2. Because it is missing in RecordActivityTaskHeartbeatByIdResponse but
present in RecordActivityTaskHeartbeatResponse

<!-- Are there any breaking changes on binary or code level? -->
**Breaking changes**
No.
  • Loading branch information
ychebotarev committed Jan 16, 2025
1 parent 61f369a commit 192e5ed
Show file tree
Hide file tree
Showing 4 changed files with 2,105 additions and 2,093 deletions.
2 changes: 1 addition & 1 deletion proto/api
2 changes: 1 addition & 1 deletion temporalproto/openapi/openapiv2.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion temporalproto/openapi/openapiv3.go

Large diffs are not rendered by default.

Loading

0 comments on commit 192e5ed

Please sign in to comment.