blob: 74c91c1a037fc04d67f4398d431756e717b36d71 (
plain)
1
2
3
4
5
6
7
|
(define echo
(cwl-workflow "echo.cwl"))
;; TODO: Remove this workflow and return echo directly once bug
;; a9352f5 is fixed.
(workflow ((message #:type string))
(echo #:message "foo"))
|