NAME
Workflow::Persister::DBI::SequenceId - Persister to fetch ID from a sequence
SYNOPSIS
<persister
name="MyPersister"
workflow_sequence="wf_seq"
history_sequence="wf_history_seq"
...
DESCRIPTION
Implementation for DBI persister to fetch an ID value from a sequence.
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>