Run process after all other processes have finished #4424
Unanswered
jdlamstein
asked this question in
Q&A
Replies: 1 comment
-
Hello, @jdlamstein. If you want a process only to start when some subset of other processes have finished, you can use the |
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.
-
Hey,
I want to run a process after all processes have finished. In the workflow below, the user runs Intensity, Crop, and a CNN with boolean params. The channels are set earlier as strings or integers. I want to know how to consolidate the output of the processes so the GETCSVS process runs after all have finished.
where one of the processes is
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions