Replies: 1 comment
-
Ok, it is pretty easy. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi. I need to concatenate results of looped (while, foreach) step
I've found the solution here
#308
...
.Output((step, data) => data.ClusteredORFS.AddRange(step.outputORFs))
...
Is it possible to do something similar using json workflow definition?
Thank You.
Beta Was this translation helpful? Give feedback.
All reactions