HI,
I am enhancing my solution, and need information for below:
In my process, when a task is claimed a create a pre-defined set of subtasks. I want to prevent this task to be completed unless these set of subtasks are completed.
Is this possible with Alfresco Process Services?
Any pointers would help... Thank you...
Regards.
Solved! Go to Solution.
Plugging in a task listener on task complete can solve this issue. In the task listener logic, you can check for any open sub tasks and throw an error if there are open tasks.
Quickly built an example - activiti-examples/CheckOpenSubtasksTaskListener.java at master · cijujoseph/activiti-examples · GitH...
Hope this helps.
Plugging in a task listener on task complete can solve this issue. In the task listener logic, you can check for any open sub tasks and throw an error if there are open tasks.
Quickly built an example - activiti-examples/CheckOpenSubtasksTaskListener.java at master · cijujoseph/activiti-examples · GitH...
Hope this helps.
Thank you Ciju...
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.