Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hi team,
Can someone help me with the creation of scheduler. I am able to create it but I need to know what needs to be put in "schedule" field.
By default, what is the time interval for which the scheduler runs and how to configure it?
Thanks and Regards,
Solved! Go to Solution.
Hi,
Please see this Article about formating Cron Strings:
https://www.ptc.com/en/support/article/CS210207
Field Name | Allowed Values | Allowed Special Characters |
---|---|---|
Seconds | 0-59 | , - * / |
Minutes | 0-59 | , - * / |
Hours | 0-23 | , - * / |
Day of month | 1-31 | , - * ? / L W |
Month | 1-12 or JAN-DEC | , - * / |
Day of week | 1-7 or SUN-SAT | , - * ? / L # |
Year | empty, 1970-2099 | , - * / |
For more details refer below link:
Hi,
Please see this Article about formating Cron Strings:
https://www.ptc.com/en/support/article/CS210207
Field Name | Allowed Values | Allowed Special Characters |
---|---|---|
Seconds | 0-59 | , - * / |
Minutes | 0-59 | , - * / |
Hours | 0-23 | , - * / |
Day of month | 1-31 | , - * ? / L W |
Month | 1-12 or JAN-DEC | , - * / |
Day of week | 1-7 or SUN-SAT | , - * ? / L # |
Year | empty, 1970-2099 | , - * / |
For more details refer below link:
Hi Chrischhan,
Thanks a lot. I got complete understanding of the cron string.