Question
ING Belgium SA NV
BE
Last activity: 4 May 2023 3:40 EDT
Parallel processing in case lifecycle
I have one stage containing three processes. The first one should finish before going to the other ones.
The second and third should be parallel processes. So it becomes something like:
Stage X
Process 1
Process 2 || Process 3
I can add Process 3 as a parallel process, but will this do the trick? Or will Process 1 and 3 start at the same time then?