1Workflow::Persister::FiUlsee(r3)Contributed Perl DocumenWtoartkifolnow::Persister::File(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

15       Main persistence class for storing the workflow and workflow history
16       records to a filesystem for later retrieval. Data are stored in serialā€
17       ized Perl data structure files.
18
19       METHODS
20
21       #=head3 constitute_object
22
23       #=head3 create_history
24
25       #=head3 create_workflow
26
27       #=head3 fetch_history
28
29       #=head3 fetch_workflow
30
31       #=head3 init
32
33       #=head3 serialize_object
34
35       #=head3 update_workflow
36

SEE ALSO

38       Workflow::Persister
39
41       Copyright (c) 2003-2004 Chris Winters. All rights reserved.
42
43       This library is free software; you can redistribute it and/or modify it
44       under the same terms as Perl itself.
45

AUTHORS

47       Chris Winters <chris@cwinters.com>
48
49
50
51perl v5.8.8                       2007-04-25      Workflow::Persister::File(3)
Impressum