Hi All,I created this simple workflow and try to test it. But I am getting page not found error, when I select and execute this workflow.I have included the code for both available_templates.cfg and workflow .wftfile.Appreciate any help in advance,
... description => [ html => "<textarea cols='30' rows='5'> </textarea>, label => "Enter Job Description", is_required => "true", ],...
"
...my $description = _VALUE_('description','html');...
__
_
Thanks for your reply. I fixed those issues related to double quotes and double underscore but still getting a Page Not Found Error. Is there any technique like putting debug print statements in my workflow to see where in the code is crashing . Now all I am getting is page not found error.