File tree 2 files changed +2
-1
lines changed
java/org/commonwl/view/workflow
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)
410
410
public void retryCwltool (QueuedWorkflow queuedWorkflow ) {
411
411
queuedWorkflow .setMessage (null );
412
412
queuedWorkflow .setCwltoolStatus (CWLToolStatus .RUNNING );
413
+ queuedWorkflow .setCwltoolVersion (queuedWorkflow .getTempRepresentation ().getCwltoolVersion ());
413
414
queuedWorkflowRepository .save (queuedWorkflow );
414
415
try {
415
416
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
50
50
(excluding subworkflows)
51
51
</ p >
52
52
< 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 >
54
54
< pre id ="errorMsg " class ="text-left "> Sample Error, tool failed initialisation</ pre >
55
55
</ div >
56
56
< div class ="loadingWorkflowContainer ">
You can’t perform that action at this time.
0 commit comments