Question
CRON expression for shorter duration
I have a special rule that I have built to fire a CTA whenever a certain event takes place in SFDC.
I want to be able to run this repeatedly though out the day, and have my Success Operations team react when these items are created.
In looking at the Advanced Scheduler it looks like I can only schedule this every two hours, which is fine. I am just curious if this is correct?
CRON Expression for two hours is : 0 0 0/2 1/1 * ? * and that will work.
If I make the CRON expression every 15 minutes like this: 0 0/15 * 1/1 * ? * it says too short a Duration.
Is two hours my limit for how short of a frequency I can schedule things?
I want to be able to run this repeatedly though out the day, and have my Success Operations team react when these items are created.
In looking at the Advanced Scheduler it looks like I can only schedule this every two hours, which is fine. I am just curious if this is correct?
CRON Expression for two hours is : 0 0 0/2 1/1 * ? * and that will work.
If I make the CRON expression every 15 minutes like this: 0 0/15 * 1/1 * ? * it says too short a Duration.
Is two hours my limit for how short of a frequency I can schedule things?