cancel
Showing results for 
Search instead for 
Did you mean: 

How can i skip the task?

vamsinipun
Star Contributor
Star Contributor

Hi Team,

     I was designed this process as below.

Statement1: If any one of the employee starts the process then they need confirmation for both HR & Management.

Statement2: If higher authority means (CEO, MD) starts the process they need confirmation from only management not from HR. I want to skip the HR Task.

Is it possible to use same process for both statements?

3 REPLIES 3

bhchemss
Star Contributor
Star Contributor

Hi,

Yes that's possible , but parallel  gateway is not the right choice for you .

Depending on the employee "position" :

use an inclusive gateway for that , and set your condition on the token going to HR Task only when the position is not (CEO, MD).

Good luck

Thank you for your reply. How can i set flow conditions in spring?

What do you mean set the flow condition in spring ?

You don't need Spring to set conditions! just on the flow itself something like :

condition : ${position!="CEO"}