File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1226812268 "$ref": "#/definitions/v1Link"
1226912269 },
1227012270 "description": "Links to related entities, such as the entity that started this activity."
12271+ },
12272+ "totalHeartbeatCount": {
12273+ "type": "string",
12274+ "format": "int64",
12275+ "description": "Total number of heartbeats recorded across all attempts of this activity, including retries."
1227112276 }
1227212277 },
1227312278 "description": "Information about a standalone activity."
Original file line number Diff line number Diff line change @@ -8885,6 +8885,9 @@ components:
88858885 items:
88868886 $ref: '#/components/schemas/Link'
88878887 description: Links to related entities, such as the entity that started this activity.
8888+ totalHeartbeatCount:
8889+ type: string
8890+ description: Total number of heartbeats recorded across all attempts of this activity, including retries.
88888891 description: Information about a standalone activity.
88898892 ActivityExecutionListInfo:
88908893 type: object
Original file line number Diff line number Diff line change @@ -165,6 +165,9 @@ message ActivityExecutionInfo {
165165
166166 // Links to related entities, such as the entity that started this activity.
167167 repeated temporal.api.common.v1.Link links = 33 ;
168+
169+ // Total number of heartbeats recorded across all attempts of this activity, including retries.
170+ int64 total_heartbeat_count = 34 ;
168171}
169172
170173// Limited activity information returned in the list response.
You can’t perform that action at this time.
0 commit comments