I am creating a stored procedure to be triggered on the database event OnWorkTaskCompleting. Under a certain case in my stored procedure I need to prevent the work task from completing. How can I programatically stop the Work Task from achieving status 'Complete'?
↧