File tree Expand file tree Collapse file tree
temporal/api/workflowservice/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments