Hi Team
I am using activiti in my spring web application.
After completion of parallel tasks, rejection path will take only when condition is true. but after completion of parallel tasks both paths are executed. please let me know how to solve this?
Thanks
Hi Vamsi,
Attach the process xml, that would enable us to look into the issue. My guess is that you have configured a condition on one sequence flow and have not configured any condition on the other flow. Hence when one flow's condition is true, both the paths are executed. And if one is false, only one flow was executed where there is no condition configured.
To solve your issue, you must configure a condition on both the flows.
You may want to use an inclusive gateway while merging. When you use an inclusive gateway, if there are conditions, it will respect the conditions you have on the sequence.
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.