HiI am using workflow model 1.0.0.1 and TS 6.7.1 SP1 on solaris 10.In my workflow model, I have an email task and I have specified all the required variables which are default provided by teamsite. For example classname, mail_template and target_task_name.But this task doesnt work also my workflow ends unexpectedly whenever it reaches to mail task.However, the review task has an inbuilt "notify reviewer" which works fine and I get the mail as well.Any pointers please. (I would really appreciate if some Interwoven workflow model person can address the queries coz this is pretty new and hardly people are using it)
Hi ghoti,Thanks much for the reply. Here is the answer.Email command is http://$IW_SERVER/iw-cc/urlexternaltaskApart from that 3 properties are set as task variables:mail_template: /iwadmin/main/config/STAGING/workflow/email/configurableAuthorNotification.xslclassName: com.interwoven.ui.teamsite.workflow.task.urltask.AuthorMailNotificationTasktarget_task_name: this is set as name of the successor task.
What I have figured out now is if the successor task for the email task is end task then it does not work but if the successor task is someother task but not the end then it works fine.