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
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -5750,11 +5750,7 @@
5750
5750
},
5751
5751
"workflowStartDelay": {
5752
5752
"type": "string",
5753
-
"description": "Time to wait before dispatching the first workflow task. Cannot be used with `cron_schedule`.\nNote that the signal will be delivered with the first workflow task. If the workflow gets\nanother SignalWithStartWorkflow before the delay and `skip_generate_workflow_task` is false\nor not set, a workflow task will be dispatched immediately and the rest of the delay period\nwill be ignored, even if that request also had a delay. Signal via SignalWorkflowExecution\nwill not unblock the workflow."
5754
-
},
5755
-
"skipGenerateWorkflowTask": {
5756
-
"type": "boolean",
5757
-
"description": "Indicates that a new workflow task should not be generated when this signal is received."
5753
+
"description": "Time to wait before dispatching the first workflow task. Cannot be used with `cron_schedule`.\nNote that the signal will be delivered with the first workflow task. If the workflow gets\nanother SignalWithStartWorkflow before the delay a workflow task will be dispatched immediately\nand the rest of the delay period will be ignored, even if that request also had a delay.\nSignal via SignalWorkflowExecution will not unblock the workflow."
5758
5754
},
5759
5755
"userMetadata": {
5760
5756
"$ref": "#/definitions/v1UserMetadata",
@@ -5802,10 +5798,6 @@
5802
5798
"$ref": "#/definitions/v1Header",
5803
5799
"description": "Headers that are passed with the signal to the processing workflow.\nThese can include things like auth or tracing tokens."
5804
5800
},
5805
-
"skipGenerateWorkflowTask": {
5806
-
"type": "boolean",
5807
-
"description": "Indicates that a new workflow task should not be generated when this signal is received."
5808
-
},
5809
5801
"links": {
5810
5802
"type": "array",
5811
5803
"items": {
@@ -12168,7 +12160,7 @@
12168
12160
},
12169
12161
"skipGenerateWorkflowTask": {
12170
12162
"type": "boolean",
12171
-
"description": "Indicates the signal did not generate a new workflow task when received."
12163
+
"description": "This field is deprecated and never respected. It should always be set to false."
0 commit comments