Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.5
-
None
Description
Airavata client have runWorkflow method where exceptions are not handled property. similar patterns are followed in other methods of airavata client.
public String runWorkflow(String topic, String user, String metadata,
String workflowInstanceName, WorkflowContextHeaderBuilder builder) throws AiravataConfigurationException {
String worflowoutput = null;
try
catch (AxisFault e) {
} catch (RemoteException e)
{ // log.fine(e.getMessage(), e); } catch (RegistryException e) { // log.fine(e.getMessage(), e); }catch (XMLStreamException e)
{ e.printStackTrace(); // To change body of catch statement use File | // Settings | File Templates. }