Hi,I am working on transformation of workflows from the older version to 6.5 version where all the workflows have only template_script part no xml part will be there.I am facing problem to send the Success/Failure Notification mail to the user who initiated the workflow.I am using the iw_solution_mail.ipl for the mail sending.I am copying my code here. The path is generating correctly even no error is generating. But the mail is not coming to me.[html]declare_task('success_task',name => $localizer->format('success_task.name'),description => $localizer->format('success_task.description'),type => "externaltask",owner => $iw_user,areavpath => $iw_workarea, command => "$iwperl $email_ipl", variables => { "iw_mailheader_pt" => "reviewer_iwmailheader.tpl", "iw_mailbody_pt" => "reviewer_iwmailbody.tpl", "iw_mailbody_text_pt" => "reviewer_textbody.tpl" });[/html]Nidhi...
declare_task('success_task', name => $localizer->format('success_task.name'), description => $localizer->format('success_task.description'), type => "externaltask", owner => $iw_user, areavpath => $iw_workarea, command => "$iwperl $email_ipl -t TaskName", variables => { "iw_mailheader_pt" => "reviewer_iwmailheader.tpl", "iw_mailbody_pt" => "reviewer_iwmailbody.tpl", "iw_mailbody_text_pt" => "reviewer_textbody.tpl" });