Instead of using And gate to run parallel flows is it ok to use dummy script task and branch it parallel flows ?
like this
Discussion posts and replies are publicly visible
Prabha said:is it ok to use dummy script task and branch it parallel flows
Yes, it is ok to use a dummy script task and branch it into parallel flows but And gate is better for parallel flows. It's simpler, faster, and easier to understand.For straightforward parallel execution, stick with the And gate. Choose the dummy script task only if you specifically need to add logic to the branching process in the future.