Workflow 2.00-TRIAL
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
No Core Issues.
- test_prereq_matches_use
-
List all modules used in the test suite in META.yml test_requires
Error:
- Test::Pod::Links
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Workflow | Simple, flexible system to implement workflows | 2.00 | metacpan |
Workflow::Action | Base class for Workflow actions | 2.00 | metacpan |
Workflow::Action::Null | Workflow action for the terminally lazy | 2.00 | metacpan |
Workflow::Base | Base class with constructor | 2.00 | metacpan |
Workflow::Condition | Evaluate a condition depending on the workflow state and environment | 2.00 | metacpan |
Workflow::Condition::Evaluate | Inline condition that evaluates perl code for truth | 2.00 | metacpan |
Workflow::Condition::HasUser | Condition to determine if a user is available | 2.00 | metacpan |
Workflow::Condition::IsFalse | metacpan | ||
Workflow::Condition::IsTrue | metacpan | ||
Workflow::Condition::LazyAND | 2.00 | metacpan | |
Workflow::Condition::LazyOR | 2.00 | metacpan | |
Workflow::Condition::Negated | Negate workflow condition result | 2.00 | metacpan |
Workflow::Condition::Result | metacpan | ||
Workflow::Config | Parse configuration files for the workflow components | 2.00 | metacpan |
Workflow::Config::Perl | Parse workflow configurations as Perl data structures | 2.00 | metacpan |
Workflow::Config::XML | Parse workflow configurations from XML content | 2.00 | metacpan |
Workflow::Config::YAML | Parse workflow configurations as YAML data structures | 2.00 | metacpan |
Workflow::Context | Data blackboard for Workflows, Actions, Conditions and Validators | 2.00 | metacpan |
Workflow::Exception | Base class for workflow exceptions | 2.00 | metacpan |
Workflow::Factory | Generates new workflow and supporting objects | 2.00 | metacpan |
Workflow::History | Recorded work on a workflow action or workflow itself | 2.00 | metacpan |
Workflow::InputField | Metadata about information required by an Action | metacpan | |
Workflow::Persister | Base class for workflow persistence | 2.00 | metacpan |
Workflow::Persister::DBI | Persist workflow and history to DBI database | 2.00 | metacpan |
Workflow::Persister::DBI::AutoGeneratedId | Pull IDs from databases that autogenerate them | 2.00 | metacpan |
Workflow::Persister::DBI::ExtraData | Fetch extra data with each workflow and put it into the context | 2.00 | metacpan |
Workflow::Persister::DBI::SequenceId | Persister to fetch ID from a sequence | 2.00 | metacpan |
Workflow::Persister::File | Persist workflow and history to the filesystem | 2.00 | metacpan |
Workflow::Persister::RandomId | Persister to generate random ID | 2.00 | metacpan |
Workflow::Persister::UUID | Persister to generate Universally Unique Identifiers | 2.00 | metacpan |
Workflow::State | Information about an individual state in a workflow | 2.00 | metacpan |
Workflow::Validator | Interface definition for data validation | 2.00 | metacpan |
Workflow::Validator::HasRequiredField | Validator to ensure certain data are in the context | 2.00 | metacpan |
Workflow::Validator::InEnumeratedType | Ensure a value is one of a declared set of values | 2.00 | metacpan |
Workflow::Validator::MatchesDateFormat | Ensure a stringified date matches a given pattern | 2.00 | metacpan |