Skip to content

Commit 9ce001e

Browse files
bergundyfretz12
andcommitted
Update temporal/api/workflowservice/v1/request_response.proto
Co-authored-by: Fred Tzeng <41805201+fretz12@users.noreply.github.com>
1 parent c71ff2e commit 9ce001e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

openapi/openapiv2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9770,7 +9770,7 @@
97709770
},
97719771
"requestId": {
97729772
"type": "string",
9773-
"description": "Used to de-dupe cancellation requests."
9773+
"description": "Used to de-dupe termination requests."
97749774
},
97759775
"reason": {
97769776
"type": "string",

openapi/openapiv3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13796,7 +13796,7 @@ components:
1379613796
description: The identity of the worker/client.
1379713797
requestId:
1379813798
type: string
13799-
description: Used to de-dupe cancellation requests.
13799+
description: Used to de-dupe termination requests.
1380013800
reason:
1380113801
type: string
1380213802
description: Reason for requesting the termination, recorded in in the activity's result failure outcome.

temporal/api/workflowservice/v1/request_response.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2846,7 +2846,7 @@ message TerminateActivityExecutionRequest {
28462846
string run_id = 3;
28472847
// The identity of the worker/client.
28482848
string identity = 4;
2849-
// Used to de-dupe cancellation requests.
2849+
// Used to de-dupe termination requests.
28502850
string request_id = 5;
28512851
// Reason for requesting the termination, recorded in in the activity's result failure outcome.
28522852
string reason = 6;

0 commit comments

Comments
 (0)