Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Workflow CPAN distribution.

Report information
The Basics
Id: 101562
Status: resolved
Priority: 0/
Queue: Workflow

People
Owner: jonasbn [...] cpan.org
Requestors: vedran.murgic [...] amphinicy.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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ć
Hi Vedran, Sorry for the silence. I am migrating your issue to Github and I will have a look at it next week. For discussion on Workflow, please use our mailinglist: - http://sourceforge.net/mail/?group_id=177533 jonasbn On Thu Jan 15 09:07:58 2015, vedran.murgic@amphinicy.com wrote: Show quoted text
> 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ć
Please see: https://github.com/jonasbn/perl-workflow/issues/4 for futher information. jonasbn