10-05-2017 07:44 AM
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?
10-06-2017 03:22 AM
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
10-11-2017 07:04 AM
Thank you for your reply. How can i set flow conditions in spring?
10-11-2017 07:59 AM
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"}
Explore our Alfresco products with the links below. Use labels to filter content by product module.