Hi ,
Can we trigger mail on review task as we do in url task by passing it as ClassName and implementing CSURLExternalTask in java class.
Thanks
No, you can't have the review task execute Java code. Looks like that capacity was added to the review task since I've last looked at it. Did you configure it properly, with a mail_template and a ClassName (both of which should probably use the default values to start, which also calls owner.getEmailAddress()) ? Were there any stack traces in the log?
Or, you can put a URLExternalTask in front of it to notify all potential reviewers that the review task is about to be activated.