Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions temporal/api/workflowservice/v1/request_response.proto
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ message PollActivityTaskQueueResponse {
temporal.api.taskqueue.v1.PollerScalingDecision poller_scaling_decision = 18;
// Priority metadata
temporal.api.common.v1.Priority priority = 19;
// The run ID of the activity execution, only set for standalone activities.
string activity_run_id = 20;
}

message RecordActivityTaskHeartbeatRequest {
Expand Down
Loading