Error: All incoming transition must come from the same gateway

Hi, my process have parallel gatewey with 3 ways(transition) on each way I need perform some tasks and decisions. When I use a decision “inside” a parallel bonita show the error: All incoming transition must come from the same gateway.

Anyone could help me?

the print screen:
http://postimg.org/image/wing96eml/

Hello,
You should replace your third branch (Step4-Tempo-Step5-Step6) by a subprocess and put a call activity in this branch instead.

I’m not sure if I can do it on community version of BOS.

sure, you can !

Yes, you can, using a subprocess and a call activity are standard features that exist in Community version, as well.

That’s work… thanks guys