NAME
Workflow::Action::Null -
SYNOPSIS
# in workflow.xml...
<state name="some state">
<action name="null" />
...
# in workflow_action.xml...
<action name="null" class="Workflow::Action::Null" />
DESCRIPTION
Workflow action that doesn't do anything. Can be useful if you just want to move a workflow from one state to another without actually doing anything.
OBJECT METHODS
execute()
Implemented from Workflow::Action. Always returns undef.
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>