Need to create two schedules in one process

Hi All,

I Need to create two schedules in one process.

It has two phases.

  1. First phase to trigger on 7th of month.
  2. Second to trigger after 7 days.

Use these two cron expressions:

0 0 0 7 * ?
0 0 0 14 * ?

This will trigger the process at midnight for the days specified.

1 Like