Skip to content

Commit

Permalink
Document invalid workflow_start_delay option (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanos authored Aug 21, 2024
1 parent 4521cd5 commit 6272d2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/openapiv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4725,7 +4725,7 @@
"properties": {
"startWorkflow": {
"$ref": "#/definitions/v1StartWorkflowExecutionRequest",
"title": "Additional restrictions:\n- setting `cron_schedule` is invalid\n- setting `request_eager_execution` is invalid"
"title": "Additional restrictions:\n- setting `cron_schedule` is invalid\n- setting `request_eager_execution` is invalid\n- setting `workflow_start_delay` is invalid"
},
"updateWorkflow": {
"$ref": "#/definitions/v1UpdateWorkflowExecutionRequest",
Expand Down
1 change: 1 addition & 0 deletions openapi/openapiv3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5234,6 +5234,7 @@ components:
Additional restrictions:
- setting `cron_schedule` is invalid
- setting `request_eager_execution` is invalid
- setting `workflow_start_delay` is invalid
updateWorkflow:
allOf:
- $ref: '#/components/schemas/UpdateWorkflowExecutionRequest'
Expand Down
1 change: 1 addition & 0 deletions temporal/api/workflowservice/v1/request_response.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1632,6 +1632,7 @@ message ExecuteMultiOperationRequest {
// Additional restrictions:
// - setting `cron_schedule` is invalid
// - setting `request_eager_execution` is invalid
// - setting `workflow_start_delay` is invalid
StartWorkflowExecutionRequest start_workflow = 1;

// Additional restrictions:
Expand Down

0 comments on commit 6272d2c

Please sign in to comment.