GFacConfiguration gFacConfiguration = new GFacConfiguration(EmbeddedGFacInvoker.this.configuration.getMyProxyServer(),
EmbeddedGFacInvoker.this.configuration.getMyProxyUsername(),
EmbeddedGFacInvoker.this.configuration.getMyProxyPassphrase(), EmbeddedGFacInvoker.this.configuration.getMyProxyLifetime(),
EmbeddedGFacInvoker.this.airavataAPI, EmbeddedGFacInvoker.this.configuration.getTrustedCertLocation());
GfacAPI gfacAPI1 = new GfacAPI();
InvocationContext defaultInvocationContext = gfacAPI1.gridJobSubmit(jobContext,
gFacConfiguration, this.nodeID, this.notifier.getWorkflowID().toASCIIString());
ParameterContextImpl outputParamContext = (ParameterContextImpl) defaultInvocationContext
.<ActualParameter>getMessageContext("output");
if (outputParamContext.getNames().hasNext()) {
/*