Flow condition NOT working for Parallel Gateway

Hi

Have created a process, which involves a parallel gateway i.e. after this step, 4 different sub-process start . But these processes should start only if a certain condition is true. I have tried to add this condition in the “Flow Condition” text box using Flowable modeler . But its not working , each of the sub-process gets executed irrespective of the flow condition value. Do I need to add an "Exclusive Gateway ", before each sub-process , so that I can check, if this should execute or not ?

Thanks in advance for your help. :slight_smile:

Regards
Vinay

Hi Vinay,

use inclusive gateway
http://www.flowable.org/docs/userguide/index.html#bpmnInclusiveGateway

Regards
Martin