cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

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

CZ_9645217
14-Alexandrite

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

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

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

2 REPLIES 2

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

CZ_9645217
14-Alexandrite
(To:Velkumar)

Thanks, Very helpful. @Velkumar 

Top Tags