Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi Guru's
I have a workflow with a set up participant activity. The roles are resolved correctly.
I want to make sure that the user selects at least one participant before completing the activity. How to achieve this?
Is there a customization to make the participants required?
Regards,
Pradeep Shinde
Solved! Go to Solution.
Add an expression to the Complete transition of the activity. Throw a WTException if the requirements are not met. You can find most, if not all, of what you need in wt.team.TeamHelper.
Add an expression to the Complete transition of the activity. Throw a WTException if the requirements are not met. You can find most, if not all, of what you need in wt.team.TeamHelper.
Is there any way that I can mandate the user to select atleast one participant from each rolse displayed? Can I display an alert message to select atleast on participant from each role.
Hi Pradeep,
I have similar requirement, Did you get the code to check the participant user ?
If so kinly share, I need it badly...
Regards,
Birendrasingh Rawat