File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed 
java/org/commonwl/view/workflow Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -410,6 +410,7 @@ public QueuedWorkflow createQueuedWorkflow(GitDetails gitInfo)
410410  public  void  retryCwltool (QueuedWorkflow  queuedWorkflow ) {
411411    queuedWorkflow .setMessage (null );
412412    queuedWorkflow .setCwltoolStatus (CWLToolStatus .RUNNING );
413+     queuedWorkflow .setCwltoolVersion (queuedWorkflow .getCwltoolVersion ());
413414    queuedWorkflowRepository .save (queuedWorkflow );
414415    try  {
415416      cwlToolRunner .createWorkflowFromQueued (queuedWorkflow );
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ <h2 id="loadingHeader">Validating workflow <span th:text="${queued.tempRepresent
5050                (excluding subworkflows)
5151            </ p > 
5252            < div  id ="cwltooldetails " class ="alert alert-danger "> 
53-                 < p > < strong > Error:</ strong >  cwltool version < span  th:text ="${queued.cwltoolVersion} "> versionhere </ span >  failed to run on this workflow:</ p > 
53+                 < p > < strong > Error:</ strong >  cwltool version < span  th:text ="${queued.cwltoolVersion} "> </ span >  failed to run on this workflow:</ p > 
5454                < pre  id ="errorMsg " class ="text-left "> Sample Error, tool failed initialisation</ pre > 
5555            </ div > 
5656            < div  class ="loadingWorkflowContainer "> 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments