Hi,

I am working on a project with Prof. Steve (CMU faculty) where our 
installation of TBL is called by a system that expects to issue SPARQL 
queries to an endpoint, rather than calling a SPARQLMotion module as a web 
service. I am using BranchByAsk to get the desired output based upon a 
condition. Mentioned below is the flow. 

I am passing input string to "ConvertXMLToRDF" module, which then passed to 
"branchByAsk". In "BranchByAsk" whole input string is present. When 
"BranchbyAsk" module gives false as an answer then it passes control to 
"MapToEpic" module which is associated with the else condition of  
"BranchByAsk".I 
have attached a picture of the flow for better understanding.


​

 But when the control is passed to "MapToEpic" the input string is not 
present. We tried to associate "ConvertXMLToRDF" module to "MapToEpic" in 
order to pass the input string as shown below. But this is giving us "Null 
Pointer Exception".




​
Is it not possible for a module to have 2 or more "next" modules? 
Please share how can we pass input information from "BrankByAsk" to 
"MapToEpic" module.

Thanks,
Ayushi Singh

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to