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
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16544,11 +16544,21 @@
16544
16544
"started": {
16545
16545
"type": "boolean",
16546
16546
"description": "If true, a new workflow was started."
16547
+
},
16548
+
"signalLink": {
16549
+
"$ref": "#/definitions/v1Link",
16550
+
"description": "Link to be associated with the WorkflowExecutionSignaled event.\nAdded on the response to propagate the backlink.\nAvailable from Temporal server 1.31 and up."
16547
16551
}
16548
16552
}
16549
16553
},
16550
16554
"v1SignalWorkflowExecutionResponse": {
16551
-
"type": "object"
16555
+
"type": "object",
16556
+
"properties": {
16557
+
"link": {
16558
+
"$ref": "#/definitions/v1Link",
16559
+
"description": "Link to be associated with the WorkflowExecutionSignaled event.\nAdded on the response to propagate the backlink.\nAvailable from Temporal server 1.31 and up."
0 commit comments