We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1515646 commit 6647630Copy full SHA for 6647630
1 file changed
temporal/api/workflowservice/v1/request_response.proto
@@ -3000,6 +3000,8 @@ message StartActivityExecutionRequest {
3000
repeated temporal.api.common.v1.Link links = 20;
3001
// Options for handling conflicts when using ACTIVITY_ID_CONFLICT_POLICY_USE_EXISTING.
3002
temporal.api.common.v1.OnConflictOptions on_conflict_options = 21;
3003
+ // Time to wait before dispatching the first activity.
3004
+ google.protobuf.Duration start_delay = 22;
3005
}
3006
3007
message StartActivityExecutionResponse {
0 commit comments