Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

job trigger configuration error

esinam_g
New Contributor
New Contributor

Hello Guys,

I m trying to set up a schedule for running a task at 4:30 AM, 12:30 PM, and 8:30 PM every day by using this: 

30 4,12,20 * * *

however i m getting this error message,could you please help

 

esinam_g_0-1711205762330.png

 

 

 

2 REPLIES 2

stalluri
Regular Contributor II
Regular Contributor II

@esinam_g 
You missed seconds in the cron expressions "0"

Use this below  cron.
0 30 4,12,20 ? * * *

Example: Next couple of runs.

  • Sat Mar 23 20:30:00 UTC 2024
  • Sun Mar 24 04:30:00 UTC 2024
  • Sun Mar 24 12:30:00 UTC 2024
  • Sun Mar 24 20:30:00 UTC 2024
  • Mon Mar 25 04:30:00 UTC 2024
  • Mon Mar 25 12:30:00 UTC 2024
  • Mon Mar 25 20:30:00 UTC 2024
  • Tue Mar 26 04:30:00 UTC 2024
  • Tue Mar 26 12:30:00 UTC 2024
  • Tue Mar 26 20:30:00 UTC 2024




Best Regards,
Sam Talluri
If you find this a helpful response, kindly consider selecting Accept As Solution and clicking on the kudos button.

PremMahadikar
Regular Contributor III
Regular Contributor III

Hi @esinam_g ,

Save this link to generate any cron expression in future: Cron expression generator

PremMahadikar_0-1711307055284.png