Designed a workflow using workflow builder. Now I want to add VA template to my email so that user can approve/reject files from email itself. here I'm using iw_sendmail.ipl to process mail. But it's not recognising VA variables. I'm sure this is possible with iw_solution_email.ipl . To see the effect I added a line for email process.
<command v= '"D:/iw-home/iw-perl/bin/iwperl

/iw-home/local/config/solutions/iw_solution_email.ipl -t "PrimaryApprover"'/>
when I run the workflow, it showing an error in log file.
"could not run

/iw-home/iw-perl/bin/iwperl

/iw-home/local/config/solutions/iw_solution_email.ipl -t "PrimaryApprover" for task 28887;aborting(requires admin attention).
Does anyone know whats wrong with my file?