Workflow::Action::Null man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Workflow::Action::NullUser Contributed Perl DocumentaWorkflow::Action::Null(3)

NAME
       Workflow::Action::Null - Workflow action for the terminally lazy

VERSION
       This documentation describes version 1.03 of this package

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 does nothing. But unlike all those other lazy
       modules out there, it does nothing with a purpose! For instance, you
       might want some poor slobs to have some action verified but the elite
       masters can skip the work entirely. So you can do:

	 <state name="checking" autorun="yes">
	    <action name="verify" resulting_state="verified">
		<condition name="isPoorSlob" />
	    </action>
	    <action name="null" resulting_state="verified">
		<condition name="isEliteMaster" />
	    </action>
	 </state>

OBJECT METHODS
       execute()

       Implemented from Workflow::Action. Proudly does nothing and proves it
       by returning "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>

perl v5.14.1			  2011-07-21	     Workflow::Action::Null(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net