Running another thread in the Thingworx Extension
Hi,
When I tried to run another thread in the Thingworx extension I'm making and tried to access an entity in the thread,
I got an error related 'permission', 'not authorized'.. something.
(for example, when writing property, 'com.thingworx.common.exceptions.InvalidRequestException: Not authorized.....'
or
ThingManager.getInstance().getEntity('mythingname') returns null )
-> Is it not permitted for the extensions to run another thread in it?
Or is there any way to get the access permission in the other thread?

