Flow condition not working after inclusive gateway

I am running a seprate callable activity before inclusive gateway which have two pair of parallel gateway which end in same callable activity. Same task is returning some out parameter which is use in flow condtion of inclusive gateway. After the inclusive gate I am expecting three task to invoke which internally have user input task . But only one task is invoking.

All the gateway’s are marked as exclusive. Also all the call activity are also exclusive.

Can you please help here what I am missing. My mate’s are using the same but without parallel gate in there task. is because of prallel gateway I am not getting multiple task after inclusive gate way?