You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/openapiv2.json
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6059,6 +6059,10 @@
6059
6059
"$ref": "#/definitions/apicommonv1Link"
6060
6060
},
6061
6061
"description": "Links to be associated with the WorkflowExecutionStarted and WorkflowExecutionSignaled events."
6062
+
},
6063
+
"versioningOverride": {
6064
+
"$ref": "#/definitions/v1VersioningOverride",
6065
+
"description": "If set, takes precedence over the Versioning Behavior sent by the SDK on Workflow Task completion.\nTo unset the override after the workflow is running, use UpdateWorkflowExecutionOptions."
6062
6066
}
6063
6067
}
6064
6068
},
@@ -6244,6 +6248,10 @@
6244
6248
"$ref": "#/definitions/apicommonv1Link"
6245
6249
},
6246
6250
"description": "Links to be associated with the workflow."
6251
+
},
6252
+
"versioningOverride": {
6253
+
"$ref": "#/definitions/v1VersioningOverride",
6254
+
"description": "If set, takes precedence over the Versioning Behavior sent by the SDK on Workflow Task completion.\nTo unset the override after the workflow is running, use UpdateWorkflowExecutionOptions."
6247
6255
}
6248
6256
}
6249
6257
},
@@ -9393,6 +9401,10 @@
9393
9401
"userMetadata": {
9394
9402
"$ref": "#/definitions/v1UserMetadata",
9395
9403
"description": "Metadata on the workflow if it is started. This is carried over to the WorkflowExecutionConfig\nfor use by user interfaces to display the fixed as-of-start summary and details of the\nworkflow."
9404
+
},
9405
+
"versioningOverride": {
9406
+
"$ref": "#/definitions/v1VersioningOverride",
9407
+
"description": "If set, takes precedence over the Versioning Behavior sent by the SDK on Workflow Task completion.\nTo unset the override after the workflow is running, use UpdateWorkflowExecutionOptions."
9396
9408
}
9397
9409
},
9398
9410
"description": "NewWorkflowExecutionInfo is a shared message that encapsulates all the\nrequired arguments to starting a workflow in different contexts."
@@ -11616,6 +11628,10 @@
11616
11628
"$ref": "#/definitions/apicommonv1Link"
11617
11629
},
11618
11630
"description": "Links to be associated with the workflow."
11631
+
},
11632
+
"versioningOverride": {
11633
+
"$ref": "#/definitions/v1VersioningOverride",
11634
+
"description": "If set, takes precedence over the Versioning Behavior sent by the SDK on Workflow Task completion.\nTo unset the override after the workflow is running, use UpdateWorkflowExecutionOptions."
11619
11635
}
11620
11636
}
11621
11637
},
@@ -12646,15 +12662,15 @@
12646
12662
"properties": {
12647
12663
"versioningOverride": {
12648
12664
"$ref": "#/definitions/v1VersioningOverride",
12649
-
"description": "If set, takes precedence over the sdk-sent Versioning Behavior for the specific Workflow\nExecution it is set on."
12665
+
"description": "If set, takes precedence over the Versioning Behavior sent by the SDK on Workflow Task completion."
"description": "Versioning override in the mutable state after event has been applied."
12659
12675
}
12660
12676
}
@@ -12815,6 +12831,10 @@
12815
12831
"inheritedBuildId": {
12816
12832
"type": "string",
12817
12833
"title": "When present, this execution is assigned to the build ID of its parent or previous execution.\nDeprecated. This field should be cleaned up when versioning-2 API is removed. [cleanup-experimental-wv]"
12834
+
},
12835
+
"versioningOverride": {
12836
+
"$ref": "#/definitions/v1VersioningOverride",
12837
+
"description": "Versioning override applied to this workflow when it was started."
12818
12838
}
12819
12839
},
12820
12840
"title": "Always the first event in workflow history"
0 commit comments