Skip to main content
1-Visitor
July 17, 2019
Solved

ThingWorx Edge SDK Java samples to create valueStream

  • July 17, 2019
  • 2 replies
  • 983 views

Hi Guys,

 

I have been trying to create a ValueStream through Edge Java SDK, couldn't find any solution how to create that.

But i'm able to set the existing ValueStream to a particular thing using SetValueStream service.

 

Is it like ValueStream need to created while creating a thing itself or do we have any particular service to create a ValueStream explicitly.

 

Could someone please help it out.

 

Thanks in advance.

Best answer by slangley

Hi @kiran2.

 

Since a ValueStream is just a Thing created using the ValueStream template, you should be able to create it using the CreateThing service under the EntityServices resource.

 

If you still have questions, please let us know.

 

Regards.

 

--Sharon

2 replies

slangleyCommunity ManagerAnswer
Support
July 17, 2019

Hi @kiran2.

 

Since a ValueStream is just a Thing created using the ValueStream template, you should be able to create it using the CreateThing service under the EntityServices resource.

 

If you still have questions, please let us know.

 

Regards.

 

--Sharon

kiran21-VisitorAuthor
1-Visitor
July 18, 2019

Thank you @slangley ,

The solution you provided got worked.