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?
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"}
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.