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
"description": "The timestamp when the request was scheduled in the frontend."
9183
9186
},
9187
+
"capabilities": {
9188
+
"$ref": "#/definitions/v1RequestCapabilities"
9189
+
},
9184
9190
"startOperation": {
9185
9191
"$ref": "#/definitions/v1StartOperationRequest"
9186
9192
},
@@ -12579,7 +12585,8 @@
12579
12585
"type": "string",
12580
12586
"description": "Operation token - may be empty if the operation completed synchronously."
12581
12587
}
12582
-
}
12588
+
},
12589
+
"description": "Representation of the Temporal SDK NexusOperationError object that is returned to workflow callers."
12583
12590
},
12584
12591
"v1NexusOperationScheduledEventAttributes": {
12585
12592
"type": "object",
@@ -12669,6 +12676,15 @@
12669
12676
},
12670
12677
"description": "Nexus operation timed out."
12671
12678
},
12679
+
"v1NexusSDKOperationFailureInfo": {
12680
+
"type": "object",
12681
+
"properties": {
12682
+
"state": {
12683
+
"type": "string"
12684
+
}
12685
+
},
12686
+
"description": "Representation of the Nexus SDK OperationError object."
12687
+
},
12672
12688
"v1OnConflictOptions": {
12673
12689
"type": "object",
12674
12690
"properties": {
@@ -13635,6 +13651,15 @@
13635
13651
"v1RequestCancelWorkflowExecutionResponse": {
13636
13652
"type": "object"
13637
13653
},
13654
+
"v1RequestCapabilities": {
13655
+
"type": "object",
13656
+
"properties": {
13657
+
"temporalFailureResponses": {
13658
+
"type": "boolean",
13659
+
"description": "If set, handlers may use temporal.api.failure.v1.Failure instances to return failures to the server.\nThis also allows handler and operation errors to have their own messages and stack traces."
0 commit comments