Skip to content

Commit b6a1d4d

Browse files
committed
example loop workflow: final result will be an int
1 parent 3805935 commit b6a1d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/loop.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
i1: boolean
1616
outputs:
1717
o1:
18-
type: Any
18+
type: int
1919
outputSource: subworkflow/o1
2020
steps:
2121
A:

0 commit comments

Comments
 (0)