Skip to content

Commit 6647630

Browse files
committed
add start delay to StartActivityExecutionRequest
1 parent 1515646 commit 6647630

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

temporal/api/workflowservice/v1/request_response.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3000,6 +3000,8 @@ message StartActivityExecutionRequest {
30003000
repeated temporal.api.common.v1.Link links = 20;
30013001
// Options for handling conflicts when using ACTIVITY_ID_CONFLICT_POLICY_USE_EXISTING.
30023002
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;
30033005
}
30043006

30053007
message StartActivityExecutionResponse {

0 commit comments

Comments
 (0)