about summary refs log tree commit diff
path: root/test-data/external-cwl-workflow.scm
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"))