Dean, it is currently the case that the callback is not invoked when the script called by executeSparqlMotion() fails. We will need to provide a mechanism for when failure occurs, either via a callback-on- failure or allowing the callback to proceed. We will get back to you on this soon.
-- Scott On Feb 11, 3:18 pm, Dean Rzonca <[email protected]> wrote: > 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.
