Skip to main content
15-Moonstone
January 29, 2024
Solved

How to automatically trigger the execution of a thing service after a thingworx reboot

  • January 29, 2024
  • 1 reply
  • 968 views

Dears,

 

I have a service that needs to be executed after Thingworx is started or restarted, is there a way to automatically execute it after startup, thanks!

 

BR,

Chason

Best answer by Velkumar

Hi @CZ_9645217 

 

You can use ThingStart event in the subscription to execute the service.

 

Note: ThingStart event will be triggered when you save changes. Consider this point while building your logic

 

/VR

1 reply

Velkumar19-TanzaniteAnswer
19-Tanzanite
January 29, 2024

Hi @CZ_9645217 

 

You can use ThingStart event in the subscription to execute the service.

 

Note: ThingStart event will be triggered when you save changes. Consider this point while building your logic

 

/VR

15-Moonstone
January 29, 2024

Thanks, Very helpful. @Velkumar