Fixed some bad help topic keys, and finished basic docs for

all workflow activities.
This commit is contained in:
Colin Kuskie 2006-07-02 05:18:58 +00:00
parent 23c17851ea
commit 3b5f69c8c7
13 changed files with 232 additions and 1 deletions

View file

@ -0,0 +1,23 @@
package WebGUI::Help::Workflow_Activity_SummarizePassiveProfileLog;
our $HELP = {
'summarize passive profile log' => {
title => 'topicName',
body => 'summarize passive profile log body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true