cancel
Showing results for 
Search instead for 
Did you mean: 

How to Skip tasks in process?

sonalikate
Champ in-the-making
Champ in-the-making
Hi,

My acitiviti process contains multiple service tasks, receive task, gatways, etc…

I want to skip few of the receive tasks and gateways as they are not required currently, but may be used in future. Is there a way i can skip them and directly jump to the next task?

Can you please tell me how to achieve this?

Thanks in advance.

-Sonali
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
The easiest is to put those behind an exclusive gateway and use a variable that is used on the condition of the outgoing sequence flow of that gateway: 'myMagicVariable != null' then goes into the 'future' bits.