joscares
(Joshua Oscares)
November 8, 2022, 3:33am
1
Hi can you help me generate cron expression this is the current expression I have
Every minute, between 07:00 AM and 03:59 PM, Monday through Saturday
0 * 7-15 ? * 2-7
What I want is schedule will start at 7:40AM -03:59 PM and run every minute in this time range
TIA
Hi @joscares ,
Could you please try with below cron expression and let me know if it works.
0 40/1 7-15 ? * 2-7
joscares
(Joshua Oscares)
November 8, 2022, 4:01am
3
it is not every minute What I want is every minute on this time range 7:40-:500
sangeethaneelavannan1:
0 40/1 7-15 ? * 2-7
@joscares
What about this?
0 40,0/1 7-15 ? * 2-7
At second :00, at minute :40, and every minute starting at minute :00, every hour between 07am and 15pm, every day between Monday and Saturday, every month
joscares
(Joshua Oscares)
November 8, 2022, 4:27am
5
sangeethaneelavannan1:
0 40,0/1 7-15 ? * 2-7
Every 1 minutes, between 07:00 AM and 03:59 PM, Monday through Saturday this is the result of that since like will not start at 7:40
trip_origin
Gokul001
(Gokul Balaji)
November 8, 2022, 4:34am
6
HI @joscares
You can try with this expression
0 0/1 7-15 ? * 2-7
You can play with this link to generate cron
Regards
Gokul
Hi @joscares ,
You need to start the job every minute from 7.40-15.00 between Monday-Saturday.
joscares
(Joshua Oscares)
November 8, 2022, 5:14am
8
this is the result when I try that expression
Time now is 13:14 so it should be running per minute now
Gokul001
(Gokul Balaji)
November 8, 2022, 5:17am
9
Hey @joscares
Change the time zone in the trigger based on region
And try with this expression
0 0/1 7-15 ? * 2-7
Regards
Gokul
Anil_G
(Anil Gorthi)
November 8, 2022, 6:20pm
10
Hi @joscares
One expression would not fit fot that time.
You have to use two different expression in two schedules
One for 7:40 to 8 and other for 8 to 5 . Expressions can be generated from CronMaker
Cheers
Gokul001
(Gokul Balaji)
November 21, 2022, 8:35am
11
Have you got the output? @joscares
If yes, Kindly close ths topic by mark as solved. It will help for other too.
Forum FAQ - How to mark a post as a solution
This document is part of our beginners guide .
This article will teach you how to properly mark a post as a solution.
We were closely following our last UiPath Forum feedback round! topic and carefully extracted all the bits of feedback that was provided. As such, we would like to tackle the topic of solutions on our Forum and how to properly use them.
When is the topic resolved?
The topic can be considered resolved when the topic author has fo…
Regards
Gokul