beginning of overall workflow documentation

This commit is contained in:
Colin Kuskie 2006-07-01 01:56:13 +00:00
parent 5ddc168659
commit 6721913320
3 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,15 @@
package WebGUI::Help::Workflow;
our $HELP = {
'manage workflows' => {
title => 'manage workflows',
body => 'manage workflow help body',
fields => [
],
related => [
],
},
};
1; ##All perl modules must return true