Skip to main content
1-Visitor
July 18, 2019
Solved

Scheduler Error in Thingworx 8.4.*

  • July 18, 2019
  • 4 replies
  • 2170 views

Hello Sir/ Madam,

I want to configure a scheduler in Thingworx 8.4.2, but as per previous version we were able to configure scheduler with given format as per below image:84969DE6.PNG

but when I am going to configure scheduler in new thing there is no similar option:

Could anyone please tell me that how to configure scheduler in composer?

2A05A8AF.PNG

Best answer by Constantine

Hello,

 

ThingWorx schedulers use extended Cron syntax, here are few hints:

https://community.ptc.com/t5/IoT-Tech-Tips/How-to-set-up-and-configure-Schedulers/td-p/537793

https://www.ptc.com/en/support/article/CS210207

 

In your example case, to trigger it daily at 7 AM (server time zone) you can specify "0 0 7 * * ? *"

 

/ Constantine

4 replies

5-Regular Member
July 19, 2019

The new composer is not so friendly in Scheduler setting, you should follow thisCapture.PNG

K_Bairagi1-VisitorAuthor
1-Visitor
July 20, 2019

Thank you @zyuan1 ,

As per suggestion we can configure scheduler for particular day/date of month, but what to do when we have to configure scheduler for everyday.

eg. If I want to run service daily at 7:00 in the morning.

18-Opal
July 20, 2019

Hello,

 

ThingWorx schedulers use extended Cron syntax, here are few hints:

https://community.ptc.com/t5/IoT-Tech-Tips/How-to-set-up-and-configure-Schedulers/td-p/537793

https://www.ptc.com/en/support/article/CS210207

 

In your example case, to trigger it daily at 7 AM (server time zone) you can specify "0 0 7 * * ? *"

 

/ Constantine

K_Bairagi1-VisitorAuthor
1-Visitor
July 22, 2019

Thanks for Reply!!