Skip to content

Commit 2f29dbb

Browse files
committed
update start delay doc
1 parent b4a09df commit 2f29dbb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

openapi/openapiv2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11213,7 +11213,7 @@
1121311213
},
1121411214
"startDelay": {
1121511215
"type": "string",
11216-
"description": "Time to wait before dispatching the activity."
11216+
"description": "Time to wait before dispatching the first activity task. This delay is not applied to retry attempts."
1121711217
}
1121811218
}
1121911219
},

openapi/openapiv3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15382,7 +15382,7 @@ components:
1538215382
startDelay:
1538315383
pattern: ^-?(?:0|[1-9][0-9]{0,11})(?:\.[0-9]{1,9})?s$
1538415384
type: string
15385-
description: Time to wait before dispatching the activity.
15385+
description: Time to wait before dispatching the first activity task. This delay is not applied to retry attempts.
1538615386
StartActivityExecutionResponse:
1538715387
type: object
1538815388
properties:

temporal/api/workflowservice/v1/request_response.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3001,7 +3001,7 @@ message StartActivityExecutionRequest {
30013001
repeated temporal.api.common.v1.Link links = 20;
30023002
// Options for handling conflicts when using ACTIVITY_ID_CONFLICT_POLICY_USE_EXISTING.
30033003
temporal.api.common.v1.OnConflictOptions on_conflict_options = 21;
3004-
// Time to wait before dispatching the activity.
3004+
// Time to wait before dispatching the first activity task. This delay is not applied to retry attempts.
30053005
google.protobuf.Duration start_delay = 22;
30063006
}
30073007

0 commit comments

Comments
 (0)