Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 12:05 AM
Next to the cron expression, you also need the following property: pause_status
For example:
schedule:
quartz_cron_expression: 0 0 6 * * ?
timezone_id: Europe/Amsterdam
pause_status: UNPAUSEDThe property can be set to PAUSED and UNPAUSED.
Hope this helps!