How can i skip the task?

cancel
Showing results for 
Search instead for 
Did you mean: 
vamsinipun
Established Member

How can i skip the task?

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
bhchemss
Established Member

Re: How can i skip the task?

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

vamsinipun
Established Member

Re: How can i skip the task?

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

bhchemss
Established Member

Re: How can i skip the task?

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"}