| This Release | Class-Workflow-0.09 | [Download] [Browse] | 09 Mar 2008 | |||
| Latest Release | Class-Workflow-0.11 | [Download] [Browse] | 28 Aug 2009 | |||
| Other Releases | ||||||
| Links | [ Discussion Forum ] [ View/Report Bugs (0) ] [ Dependencies ] [ Other Tools ] | |||||
| CPAN Testers | PASS (237) FAIL (14) NA (1) UNKNOWN (1) [ View Reports ] [ Perl/Platform Version Matrix ] | |||||
| Rating |
(0 Reviews)
[ Rate this distribution ]
| |||||
| License | Unknown | |||||
| Special Files |
|
|||||
| Class::Workflow | Light weight workflow system. | 0.09 | |
| Class::Workflow::Context | The context in which a transition is being applied (optional). | ||
| Class::Workflow::Instance | An instance in a workflow, with state and history. | ||
| Class::Workflow::Instance::Simple | A Workflow instance objects to work with the other ::Simple classes. | ||
| Class::Workflow::State | An instance's position in the workflow. | ||
| Class::Workflow::State::AcceptHooks | Add hooks that are fired when the state accepts an instance. | ||
| Class::Workflow::State::AutoApply | Automatically apply a transition upon arriving into a state. | ||
| Class::Workflow::State::Simple | A useful class (or base class) for writing states. | ||
| Class::Workflow::State::TransitionHash | Implement transition metadata with a hash. | ||
| Class::Workflow::State::TransitionSet | A state that implements transition meta data using Set::Object. | ||
| Class::Workflow::Transition | A function over an instance. | ||
| Class::Workflow::Transition::Deterministic | A transition which knows which state it leads to. | ||
| Class::Workflow::Transition::Simple | A useful class (or base class) for writing transitions. | ||
| Class::Workflow::Transition::Strict | Verify that the transition is in the instance's current state before applying. | ||
| Class::Workflow::Transition::Validate | Provide a hook for validating a transition (conditionals, input validators, etc). | ||
| Class::Workflow::Transition::Validate::Simple | Easier validation code. | ||
| Class::Workflow::Util::Delta | calculate deltas between workflow instances | ||
| Class::Workflow::YAML | Load workflow definitions from YAML files. |
| Class::Workflow::Cookbook | Common recipes with Class::Workflow.   |