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

Workflow::Persister::File - Persist workflow and history to the filesystem

SYNOPSIS

 <persister name="MainPersister"
            class="Workflow::Persister::File"
            path="/home/workflow/storage"/>

DESCRIPTION

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

#=head3 constitute_object

#=head3 create_history

#=head3 create_workflow

#=head3 fetch_history

#=head3 fetch_workflow

#=head3 init

#=head3 serialize_object

#=head3 update_workflow

SEE ALSO

Workflow::Persister

COPYRIGHT

Copyright (c) 2003-2004 Chris Winters. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHORS

Chris Winters <chris@cwinters.com>