Author: lahiru Date: Wed Oct 24 18:25:06 2012 New Revision: 1401812 URL: http://svn.apache.org/viewvc?rev=1401812&view=rev Log: removing unwanted code piece from interpreter
Modified: airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpreter.java Modified: airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpreter.java URL: http://svn.apache.org/viewvc/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpreter.java?rev=1401812&r1=1401811&r2=1401812&view=diff ============================================================================== --- airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpreter.java (original) +++ airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpreter.java Wed Oct 24 18:25:06 2012 @@ -205,9 +205,9 @@ public class WorkflowInterpreter { } // get task list and execute them ArrayList<Node> readyNodes = this.getReadyNodesDynamically(); - if(readyNodes.size() == 0){ - this.getWorkflow().setExecutionState(WorkflowExecutionState.STOPPED); - } +// if(readyNodes.size() == 0){ +// this.getWorkflow().setExecutionState(WorkflowExecutionState.STOPPED); +// } for (Node node : readyNodes) { if (node.isBreak()) { this.notifyPause();