Subject: | Validator not validates |
Date: | Thu, 15 Jan 2015 15:02:11 +0100 (CET) |
To: | <bug-Workflow [...] rt.cpan.org> |
From: | Vedran Murgic <vedran.murgic [...] amphinicy.com> |
Hi,
After lots of attempts to get the Validator to work I noticed that its
validate method never gets executed. The _init method does and the
validator is in the workflow object but it is not getting executed before
executing an action.
Dumping the response from "$self->get_validators()" in Workflow.pm in
"execute_action" module returns nothing.
I've made a question here with a short example on GitHub.
http://stackoverflow.com/questions/27921691/perl-workflow-module-with-vali
dator
Vedran Murgić