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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

How to invoke a service when new simulated data is reached to thingworx thing

rtoraskar
1-Newbie

How to invoke a service when new simulated data is reached to thingworx thing

Hi
I my simulating some data to ThingWorxs and want to call a service as soon as new simulated data is received.
How to invoke or trigger a service as soon as new data is consumed ?
Thanks

1 REPLY 1
paic
1-Newbie
(To:rtoraskar)

Hi Rahul,


You can use the DataChange event for that.

Each Property comes with a build in DataChange event (type of which you can set to Always/Value/Never/On/Off)

and then you can create a Subscription to that to fire your Service.



Top Tags