Replies: 1 comment
-
Ok, it is pretty easy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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