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
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17001,6 +17001,16 @@
17001
17001
"priority": {
17002
17002
"$ref": "#/definitions/v1Priority",
17003
17003
"title": "Priority metadata"
17004
+
},
17005
+
"externalPayloadSizeBytes": {
17006
+
"type": "string",
17007
+
"format": "int64",
17008
+
"description": "Total size in bytes of all external payloads referenced in workflow history."
17009
+
},
17010
+
"externalPayloadCount": {
17011
+
"type": "string",
17012
+
"format": "int64",
17013
+
"description": "Count of external payloads referenced in workflow history."
17004
17014
}
17005
17015
},
17006
17016
"description": "Hold basic information about a workflow execution.\nThis structure is a part of visibility, and thus contain a limited subset of information."
@@ -17842,6 +17852,16 @@
17842
17852
"type": "string",
17843
17853
"format": "int64",
17844
17854
"title": "Used by server internally to properly reapply build ID redirects to an execution\nwhen rebuilding it from events.\nDeprecated. This field should be cleaned up when versioning-2 API is removed. [cleanup-experimental-wv]"
17855
+
},
17856
+
"externalPayloadSizeBytes": {
17857
+
"type": "string",
17858
+
"format": "int64",
17859
+
"description": "Total size in bytes of all external payloads referenced in workflow history."
17860
+
},
17861
+
"externalPayloadCount": {
17862
+
"type": "string",
17863
+
"format": "int64",
17864
+
"description": "Count of external payloads referenced in workflow history."
0 commit comments