Parallel activities

I don’t think so.
It’s necessary to judge if A occurs or not even if using Parallel for B. This means we need to wait to judge and both case’s processing time are almost the same.

Also, you said “Psuedo-parallel”. Can you please explain that to me.

Parallel activity processes one of the lanes (not multiple lanes) at same time. But in this case, we don’t need to take care for it.

Regards,

1 Like