The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:Workflow workflow"

Workflow - Simple, flexible system to implement workflows River stage zero No dependents

Overview This is a standalone workflow system. It is designed to fit into your system rather than force your system to fit to it. You can save workflow information to a database or the filesystem (or a custom storage). The different components of a w...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::Base - Base class with constructor River stage zero No dependents

Provide a constructor and some other useful methods for subclasses....

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::State - Information about an individual state in a workflow River stage zero No dependents

Each Workflow::State object represents a state in a workflow. Each state can report its name, description and all available actions. Given the name of an action it can also report what conditions are attached to the action and what state will result ...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::Action - Base class for Workflow actions River stage zero No dependents

This is the base class for all Workflow Actions. You do not have to use it as such but it is strongly recommended....

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::Config - Parse configuration files for the workflow components River stage zero No dependents

Read in configurations for the various workflow components. Currently the class understands XML (preferred) and serialized Perl data structures as valid configuration file formats. (I tried to use INI files but there was too much deeply nested inform...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::Factory - Generates new workflow and supporting objects River stage zero No dependents

Public The Workflow Factory is your primary interface to the workflow system. You give it the configuration files and/or data structures for the Workflow, Workflow::Action, Workflow::Condition, Workflow::Persister, and Workflow::Validator objects and...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::History - Recorded work on a workflow action or workflow itself River stage zero No dependents

Every workflow can record its history. More appropriately, every action the workflow executes can deposit history entries in the workflow to be saved later. Neither the action nor the workflow knows about how the history is saved, just that the histo...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::Context - Data blackboard for Workflows, Actions, Conditions and Validators River stage zero No dependents

Holds information to pass between your application and a Workflow, including its Actions, Conditions and Validators....

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::Exception - Base class for workflow exceptions River stage zero No dependents

First, you should probably look at Exception::Class for more usage examples, why we use exceptions, what they are intended for, etc. This is the base class for all workflow exceptions. It declares a handful of exceptions and provides shortcuts to mak...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::Persister - Base class for workflow persistence River stage zero No dependents

This is the base class for persisting workflows. It does not implement anything itself but actual implementations should subclass it to ensure they fulfill the contract. The job of a persister is to create, update and fetch the workflow object plus a...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::Validator - Ensure data are valid River stage zero No dependents

Validators specified by 'validator_name' are looked up in the Workflow::Factory which reads a separate configuration and generates validators. (Generally all validators should be declared, but it is not required.) Validators are objects with a single...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::Condition - Evaluate a condition depending on the workflow state and environment River stage zero No dependents

Conditions are used by the workflow to see whether actions are available in a particular context. So if user A asks the workflow for the available actions she might get a different answer than user B since they determine separate contexts. NOTE: The ...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::Config::XML - Parse workflow configurations from XML content River stage zero No dependents

Implementation of configuration parser for XML files/data; requires XML::Simple to be installed. See Workflow::Config for "parse()" description. METHODS parse ( $type, @items ) This method parses the configuration provided it is in XML format. Takes ...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::Config::Perl - Parse workflow configurations as Perl data structures River stage zero No dependents

Implementation of configuration parser for serialized Perl data structures from files/data. See Workflow::Config for "parse()" description....

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::Action::Null - Workflow action for the terminally lazy River stage zero No dependents

Workflow action that does nothing. But unlike all those other lazy modules out there, it does nothing with a purpose! For instance, you might want some poor slobs to have some action verified but the elite masters can skip the work entirely. So you c...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::Action::Mailer - a stub for a SMTP capable action River stage zero No dependents

CLASS METHODS OBJECT METHODS execute *Currently a stub*...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::Persister::DBI - Persist workflow and history to DBI database River stage zero No dependents

Main persistence class for storing the workflow and workflow history records to a DBI-accessible datasource. Subclassing: Getting handle from elsewhere A common need to create a subclass is to use a database handle created with other means. For insta...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::Persister::File - Persist workflow and history to the filesystem River stage zero No dependents

Main persistence class for storing the workflow and workflow history records to a filesystem for later retrieval. Data are stored in serialized Perl data structure files. METHODS constitute_object This method deserializes an object. Takes a single pa...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::Persister::UUID - Persister to generate Universally Unique Identifiers River stage zero No dependents

Implementation for any persister to generate a UUID/GUID ID string. The resulting string is 36 characters long and, according to the implementation docs, "is guaranteed to be different from all other UUIDs/GUIDs generated until 3400 CE." This uses th...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Workflow::Persister::SPOPS - Persist workflows using SPOPS River stage zero No dependents

Overview Use a SPOPS classes to persist your workflow and workflow history information. Configuration is simple: just specify the class names and everything else is done. We do not perform any class initialization, so somewhere in your server/process...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC
38 results (0.029 seconds)