Changes for version 0.11_01
- use Moose native traits (bump req to 0.93)
- use YAML instead of YAML::Syck
- drop 'use ok' in favor of use_ok
Documentation
Common recipes with Class::Workflow.
Modules
Light weight workflow system. UNAUTHORIZED
The context in which a transition is being applied (optional). UNAUTHORIZED
An instance in a workflow, with state and history. UNAUTHORIZED
A Workflow instance objects to work with the other ::Simple classes. UNAUTHORIZED
An instance's position in the workflow. UNAUTHORIZED
Add hooks that are fired when the state accepts an instance. UNAUTHORIZED
Automatically apply a transition upon arriving into a state. UNAUTHORIZED
A useful class (or base class) for writing states. UNAUTHORIZED
Implement transition metadata with a hash. UNAUTHORIZED
A state that implements transition meta data using Set::Object. UNAUTHORIZED
A function over an instance. UNAUTHORIZED
A transition which knows which state it leads to. UNAUTHORIZED
A useful class (or base class) for writing transitions. UNAUTHORIZED
Verify that the transition is in the instance's current state before applying. UNAUTHORIZED
Provide a hook for validating a transition (conditionals, input validators, etc). UNAUTHORIZED
Easier validation code. UNAUTHORIZED
calculate deltas between workflow instances UNAUTHORIZED
Load workflow definitions from YAML files. UNAUTHORIZED