Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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