Skip to content

Commit 91a161c

Browse files
committed
address comments
1 parent 78e2886 commit 91a161c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

openapi/openapiv2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13122,15 +13122,15 @@
1312213122
},
1312313123
"attachedRequestId": {
1312413124
"type": "string",
13125-
"description": "Attached request ID to the running workflow execution so that additional requests with same\nrequest ID will be deduped."
13125+
"description": "Request ID attachedto the running workflow execution so that additional requests with same\nrequest ID will be deduped."
1312613126
},
1312713127
"attachedCompletionCallbacks": {
1312813128
"type": "array",
1312913129
"items": {
1313013130
"type": "object",
1313113131
"$ref": "#/definitions/v1Callback"
1313213132
},
13133-
"description": "Attached completion callbacks to the running workflow execution."
13133+
"description": "Completion callbacks attached to the running workflow execution."
1313413134
}
1313513135
}
1313613136
},

openapi/openapiv3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10619,13 +10619,13 @@ components:
1061910619
attachedRequestId:
1062010620
type: string
1062110621
description: |-
10622-
Attached request ID to the running workflow execution so that additional requests with same
10622+
Request ID attachedto the running workflow execution so that additional requests with same
1062310623
request ID will be deduped.
1062410624
attachedCompletionCallbacks:
1062510625
type: array
1062610626
items:
1062710627
$ref: '#/components/schemas/Callback'
10628-
description: Attached completion callbacks to the running workflow execution.
10628+
description: Completion callbacks attached to the running workflow execution.
1062910629
WorkflowExecutionSignaledEventAttributes:
1063010630
type: object
1063110631
properties:

temporal/api/history/v1/message.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,10 +746,10 @@ message WorkflowExecutionOptionsUpdatedEventAttributes {
746746
temporal.api.workflow.v1.VersioningOverride versioning_override = 1;
747747
// Versioning override removed in this event.
748748
bool unset_versioning_override = 2;
749-
// Attached request ID to the running workflow execution so that additional requests with same
749+
// Request ID attachedto the running workflow execution so that additional requests with same
750750
// request ID will be deduped.
751751
string attached_request_id = 3;
752-
// Attached completion callbacks to the running workflow execution.
752+
// Completion callbacks attached to the running workflow execution.
753753
repeated temporal.api.common.v1.Callback attached_completion_callbacks = 4;
754754
}
755755

0 commit comments

Comments
 (0)