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 5ef8459 commit 429ce17Copy full SHA for 429ce17
docs/05-go-client/03-starting-workflows.md
@@ -181,5 +181,10 @@ type StartWorkflowOptions struct {
181
// This works with CronSchedule and with DelayStart.
182
// Optional: defaulted to 0 seconds
183
JitterStart time.Duration
184
+
185
+ // FirstRunAt - Specific time (in RFC 3339 format) to let the first run of the workflow to start at,
186
+ // This will only be used and override DelayStart and JitterStart if provided in the first run
187
+ // Optional: defaulted to Unix epoch time
188
+ FirstRunAt time.Time
189
}
-```
190
+```
0 commit comments