Help for this page

Select Code to Download


  1. or download this
     <workflow
           type="uplfile" persister="Filesystem">
    ...
         <state name="finished" />
    </workflow>
    
  2. or download this
    <actions>
         <type>uplfile</type>
    ...
         <action name="null"        class="Workflow::Action::Null" />
    </actions>
    
  3. or download this
    package Upload_file;
    
    ...
    
    1;
    
  4. or download this
    
    #! /bin/perl -w
    ...
    
    $wf->execute_action('upload file');
    
  5. or download this
    Workflow 1 PITGKDNR currently at state INITIAL
    Available actions: upload file
    Can't locate object method "new" via package "myapp::Upload_file" at /
    +lib/x86_64/pkg/perl-5.8.8/lib/site_perl/5.8.8/Workflow/Factory.pm lin
    +e 546.
    
  6. or download this
    Upload_file->new()->execute();