We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5db2b7 commit 2a02c48Copy full SHA for 2a02c48
internal/client.go
@@ -702,8 +702,7 @@ type (
702
EnableEagerStart bool
703
704
// StartDelay - Time to wait before dispatching the first workflow task.
705
- // If the workflow gets a signal before the delay, a workflow task will be dispatched and the rest
706
- // 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.
707
// Cannot be set the same time as a CronSchedule.
708
StartDelay time.Duration
709
0 commit comments