You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2013/01/04 18:20:49 UTC

svn commit: r1428991 - /airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/notification/impl/WorkflowTrackingNotification.java

Author: lahiru
Date: Fri Jan  4 17:20:49 2013
New Revision: 1428991

URL: http://svn.apache.org/viewvc?rev=1428991&view=rev
Log:
fixing issue with fail notification sending in gfac-core.

Modified:
    airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/notification/impl/WorkflowTrackingNotification.java

Modified: airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/notification/impl/WorkflowTrackingNotification.java
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/notification/impl/WorkflowTrackingNotification.java?rev=1428991&r1=1428990&r2=1428991&view=diff
==============================================================================
--- airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/notification/impl/WorkflowTrackingNotification.java (original)
+++ airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/notification/impl/WorkflowTrackingNotification.java Fri Jan  4 17:20:49 2013
@@ -79,7 +79,7 @@ public class WorkflowTrackingNotificatio
         // send start workflow
         //since workflow interpreter is sending owrkflow invoke message gfac doesn't have to send a workflow invoke message
         //everytime it invoke a service node.
-//        this.invocationContext = this.notifier.workflowInvoked(this.context, this.initiator);
+        this.invocationContext = this.notifier.workflowInvoked(this.context, this.initiator);
     }
 
     public void startSchedule(InvocationContext context) {