NAME
Daje::Workflow::Checks
DESCRIPTION
Daje::Workflow::Checks - is an inteface class to pre and post checks
REQUIRES
METHODS
check($self, $context, $checks)
$checks = [
    {
        "name":"Mandatory fields",
        "class": "Daje::Workflow::Checks::Mandatory",
        "checks": "sql_path,perl_path"
     }
]