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

NAME

Class::Workflow::Instance::Simple - A Workflow instance objects to work with the other ::Simple classes.

SYNOPSIS

        use Class::Workflow::Instance::Simple;

        my $i = Class::Workflow::Instance::Simple->new;

        my $new_i = $transition->apply( $i );

DESCRIPTION

See Class::Workflow::Instance.

FIELDS

error

Does what it says.

See Class::Workflow::Transition::Validate::Simple.