The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.