sim
sim copied to clipboard
The parallel block fails if any individual current item API block fails.
I had a parallel block containing API blocks, with a parallel count of 3. Earlier, the parallel block would fail only if all the APIs failed. Now, even if a single API returns an error, the entire parallel block fails and forward execution does not continue.