diff options
| -rw-r--r-- | ravanan/workflow.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ravanan/workflow.scm b/ravanan/workflow.scm index 85c4f24..1d4c739 100644 --- a/ravanan/workflow.scm +++ b/ravanan/workflow.scm @@ -195,6 +195,7 @@ scripts using @var{guix-store}. @var{manifest-file}, @var{scratch}, @var{store} and @var{batch-system} are the same as in @code{run-workflow}. @var{inferior} is the same as in @code{build-command-line-tool-script} from @code{(ravanan command-line-tool)}." + ;; TODO: Statically validate workflow before/while building it. (scheduler-proc name (let ((class (assoc-ref* cwl "class"))) (cond |
