File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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",
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments