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
+1-13Lines changed: 1 addition & 13 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": {
@@ -12166,10 +12158,6 @@
12166
12158
"$ref": "#/definitions/v1Header",
12167
12159
"description": "Headers that were passed by the sender of the signal and copied by temporal \nserver into the workflow task."
12168
12160
},
12169
-
"skipGenerateWorkflowTask": {
12170
-
"type": "boolean",
12171
-
"description": "Indicates the signal did not generate a new workflow task when received."
12172
-
},
12173
12161
"externalWorkflowExecution": {
12174
12162
"$ref": "#/definitions/v1WorkflowExecution",
12175
12163
"description": "When signal origin is a workflow execution, this field is set."
0 commit comments