thingworx-field-work / ThingworxVSCodeProject

Develop thingworx models using a real IDE
MIT License
33 stars 17 forks source link

Stream Things are not getting parsed by gulp #21

Closed thomas-thomas-tfs closed 3 years ago

thomas-thomas-tfs commented 3 years ago

How do we create stream objects , getting below error in gulp while trying to create a stream

[18:34:41] Error: Error in file C:/TFS/Code/ThingworxVSCodeLoadTest/GSSUsageStataticsThingworxTypeScript/ThingworxVSCodeUsageStatics/src/ConnectedUserCountStream.ts:1,2

Ambiguous class kind [object Object]. Thingworx classes must extend from DataShape, ThingShape or have an entity kind decorator.

Failed parsing at: class ConnectedUserCountStream extends Stream {

}