Skip to content

Commit 2a02c48

Browse files
authoredAug 16, 2024··
Removing wording saying a signal will ignore start delay (#1592)
1 parent b5db2b7 commit 2a02c48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎internal/client.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -702,8 +702,7 @@ type (
702702
EnableEagerStart bool
703703

704704
// 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.
705+
// A signal from signal with start will not trigger a workflow task.
707706
// Cannot be set the same time as a CronSchedule.
708707
StartDelay time.Duration
709708

0 commit comments

Comments
 (0)
Please sign in to comment.