File tree Expand file tree Collapse file tree
temporal/api/workflowservice/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1218512185 },
1218612186 "activityReset": {
1218712187 "type": "boolean",
12188- "description": "Will be set to true if the activity was reset.\nApplyes only to the current run."
12188+ "description": "Will be set to true if the activity was reset.\nApplies only to the current run."
1218912189 },
1219012190 "heartbeatReset": {
1219112191 "type": "boolean",
Original file line number Diff line number Diff line change @@ -9252,7 +9252,7 @@ components:
92529252 type: boolean
92539253 description: |-
92549254 Will be set to true if the activity was reset.
9255- Applyes only to the current run.
9255+ Applies only to the current run.
92569256 heartbeatReset:
92579257 type: boolean
92589258 description: Will be set to true if the activity heartbeat was reset.
Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ message RecordActivityTaskHeartbeatResponse {
528528 bool activity_paused = 2 ;
529529
530530 // Will be set to true if the activity was reset.
531- // Applyes only to the current run.
531+ // Applies only to the current run.
532532 bool activity_reset = 3 ;
533533
534534 // Will be set to true if the activity heartbeat was reset.
You can’t perform that action at this time.
0 commit comments