File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1146411464 }
1146511465 }
1146611466 },
11467+ "v1ExternalPayload": {
11468+ "type": "object",
11469+ "properties": {
11470+ "sizeBytes": {
11471+ "type": "string",
11472+ "format": "int64",
11473+ "title": "Size in bytes of the externally stored object"
11474+ }
11475+ },
11476+ "title": "Metadata describing an externally stored object that can be referenced by Payload"
11477+ },
1146711478 "v1ExternalWorkflowExecutionCancelRequestedEventAttributes": {
1146811479 "type": "object",
1146911480 "properties": {
Original file line number Diff line number Diff line change @@ -8343,6 +8343,13 @@ components:
83438343 $ref: '#/components/schemas/StartWorkflowExecutionResponse'
83448344 updateWorkflow:
83458345 $ref: '#/components/schemas/UpdateWorkflowExecutionResponse'
8346+ ExternalPayload:
8347+ type: object
8348+ properties:
8349+ sizeBytes:
8350+ type: string
8351+ description: Size in bytes of the externally stored object
8352+ description: Metadata describing an externally stored object that can be referenced by Payload
83468353 ExternalWorkflowExecutionCancelRequestedEventAttributes:
83478354 type: object
83488355 properties:
You can’t perform that action at this time.
0 commit comments