Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
There is an activity in a workflow which renders task to the responsible role.The responsible person cant complete the task,until and unless he does some required actions.How to achieve this for only one particular activity of a workflow???
Hello
You can add some code in the "complete" transition of the task.
for example, control in the code that some attributes are correctly field , or that some objects are in good lifecycle sate.
If there's an error . Throa a WTException with a message to the user.
It will stop the task completion with a popup window ...
regards