Error: All incoming transition must come from the same gateway

1
0
-1

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/

1 answer

1
+2
-1
This one is the BEST answer!

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

Comments

Submitted by lucasdeabreu on Tue, 04/29/2014 - 12:56

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

Submitted by ttoine on Tue, 04/29/2014 - 12:59

sure, you can !

Submitted by haris.subasic on Tue, 04/29/2014 - 13:01

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

Submitted by lucasdeabreu on Wed, 04/30/2014 - 03:26

That's work... thanks guys

Notifications