Workflow::Persister::File - Persist workflow and history to the filesystem |
Workflow::Persister::File - Persist workflow and history to the filesystem
<persister name="MainPersister" class="Workflow::Persister::File" path="/home/workflow/storage"/>
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.
the Workflow::Persister manpage
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.
Chris Winters <chris@cwinters.com>
Workflow::Persister::File - Persist workflow and history to the filesystem |