Hi everyone,
I have a workflow will be run in server after ALL others workflows finish.
-----workflow_1-----
-----workflow_2-----
-----workflow_3-----
--------------------workflow_4------->
for example, workflow 4 will run after all 1,2,3 finish. And workflow_1,2,3 can be run in parallel in server to optimize time. I have searched to find solution but there is only run sequel wf_1 --> wf_2 --> wf_3 --> wf_4 by using CReW.
Do you have advice for me. Thanks