File tree 3 files changed +3
-3
lines changed
temporal/api/workflowservice/v1
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12185
12185
},
12186
12186
"activityReset": {
12187
12187
"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."
12189
12189
},
12190
12190
"heartbeatReset": {
12191
12191
"type": "boolean",
Original file line number Diff line number Diff line change @@ -9252,7 +9252,7 @@ components:
9252
9252
type: boolean
9253
9253
description: |-
9254
9254
Will be set to true if the activity was reset.
9255
- Applyes only to the current run.
9255
+ Applies only to the current run.
9256
9256
heartbeatReset:
9257
9257
type: boolean
9258
9258
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 {
528
528
bool activity_paused = 2 ;
529
529
530
530
// Will be set to true if the activity was reset.
531
- // Applyes only to the current run.
531
+ // Applies only to the current run.
532
532
bool activity_reset = 3 ;
533
533
534
534
// Will be set to true if the activity heartbeat was reset.
You can’t perform that action at this time.
0 commit comments