diff --git a/internal/client.go b/internal/client.go index 5d53dfaef..f6507d2f8 100644 --- a/internal/client.go +++ b/internal/client.go @@ -702,8 +702,7 @@ type ( EnableEagerStart bool // StartDelay - Time to wait before dispatching the first workflow task. - // If the workflow gets a signal before the delay, a workflow task will be dispatched and the rest - // of the delay will be ignored. A signal from signal with start will not trigger a workflow task. + // A signal from signal with start will not trigger a workflow task. // Cannot be set the same time as a CronSchedule. StartDelay time.Duration