GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Workflow::Action::Null(3) User Contributed Perl Documentation Workflow::Action::Null(3)

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

This documentation describes version 1.60 of this package

 # in workflow.xml...
 <state name="some state">
   <action name="null" />
   ...

 # in workflow_action.xml...
 <action name="null" class="Workflow::Action::Null" />

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>

execute()

Implemented from Workflow::Action. Proudly does nothing and proves it by returning "undef".

Copyright (c) 2003-2022 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.

Please see the LICENSE

Please see Workflow
2022-03-02 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.