Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
How can I use python code in one thing?
Solved! Go to Solution.
Not out of the box on the ThingWorx Instance, it supports Server Side Javascript, Java and SQL (if it's a Remote BDD Thing).
"Workarounds", just thinking loud:
Just my two cents,
Carles.
Not out of the box on the ThingWorx Instance, it supports Server Side Javascript, Java and SQL (if it's a Remote BDD Thing).
"Workarounds", just thinking loud:
Just my two cents,
Carles.
Adding to Carles' post, you should think how large is the overall impact on your system in terms of consumed resources. If it's a big impact, I would suggest to use the Edge Microserver or SDK's to do this processing in another container/VM. Nevertheless, regardless if you use an Extension or the Edge SDK, the difference in terms of implementation difference should be relatively minor.