I'm using the Ensemble SDK to make calls to SPARQLMotion scripts. Specifically, I use the executeSparqlMotion() method on the Graph class.
According to the documentation, the last parameter for that method is a callback that gets invoked when the script finishes successfully. The problem I'm having is that if the script fails, the SDK just displays an alert with an error message, and the callback is never invoked. Is there some way my code can be notified when there is a failure? -- You received this message because you are subscribed to the Google Groups "TopBraid Composer Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/topbraid-composer-users?hl=en.
