Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
ThingWorx Analytics 8.1
Which service/s can be used to achieve the result equivalent to : Analytics Builder > Signals > New ?
I see a service CreateJob under AnalyticsServer_SignalsThing, but that just creates a job.
My requirement is I would like create a new signal using service/s and then that signal should be listed in Analytics Builder mashup under Signals.
Solved! Go to Solution.
Hi
The service CreateJob under the AnalyticsServer_SignalsThing thing is the one that will initiate the signal computation on the Analytics Server.
You can retrieve the signal results with RetrieveResult service.
By default those jobs will however not appear in Builder as only jobs with specific tags are displayed in builder.
You can create a signal in Builder and then use GetJobInfos service to see the type of tags expected.
Hope this helps
Kind regards
Christophe
Hi
The service CreateJob under the AnalyticsServer_SignalsThing thing is the one that will initiate the signal computation on the Analytics Server.
You can retrieve the signal results with RetrieveResult service.
By default those jobs will however not appear in Builder as only jobs with specific tags are displayed in builder.
You can create a signal in Builder and then use GetJobInfos service to see the type of tags expected.
Hope this helps
Kind regards
Christophe
Hi @bwalke
I just wanted to follow up to see if Christophe answered the questions you had. If so, please indicate his response as the Accepted Solution. In the event that you have any more questions or issues, please let us know of your current status.
Thanks!
Leigh