The start definition for a workflow, including optional schedule configuration.
{ * schedule: { * recurrence: "RRULE:FREQ=DAILY;INTERVAL=1", * startDateTime: "2025-08-31T23:22:27Z" * } * } Copy
{ * schedule: { * recurrence: "RRULE:FREQ=DAILY;INTERVAL=1", * startDateTime: "2025-08-31T23:22:27Z" * } * }
Optional
The start definition for a workflow, including optional schedule configuration.
Example