- or download this
<workflow
type="uplfile" persister="Filesystem">
...
<state name="finished" />
</workflow>
- or download this
<actions>
<type>uplfile</type>
...
<action name="null" class="Workflow::Action::Null" />
</actions>
- or download this
package Upload_file;
...
1;
- or download this
#! /bin/perl -w
...
$wf->execute_action('upload file');
- 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.
- or download this
Upload_file->new()->execute();