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?
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.