Skip to content

Commit f1f6ec8

Browse files
committed
add comment
1 parent aabbb7f commit f1f6ec8

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

openapi/openapiv2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7181,7 +7181,8 @@
71817181
"$ref": "#/definitions/v1WorkerDeploymentVersion"
71827182
},
71837183
"behavior": {
7184-
"$ref": "#/definitions/v1VersioningBehavior"
7184+
"$ref": "#/definitions/v1VersioningBehavior",
7185+
"description": "Base versioning behavior of source workflow."
71857186
},
71867187
"taskQueue": {
71877188
"type": "string",

openapi/openapiv3.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13143,6 +13143,7 @@ components:
1314313143
- VERSIONING_BEHAVIOR_PINNED
1314413144
- VERSIONING_BEHAVIOR_AUTO_UPGRADE
1314513145
type: string
13146+
description: Base versioning behavior of source workflow.
1314613147
format: enum
1314713148
taskQueue:
1314813149
type: string

temporal/api/history/v1/message.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ message WorkflowExecutionStartedEventAttributes {
163163

164164
message SourceWorkflowVersioningInfo {
165165
temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 1;
166+
// Base versioning behavior of source workflow.
166167
temporal.api.enums.v1.VersioningBehavior behavior = 2;
167168
// Task queue name of source workflow if different from started workflow.
168169
string task_queue = 3;

0 commit comments

Comments
 (0)