Fixed some bad help topic keys, and finished basic docs for
all workflow activities.
This commit is contained in:
parent
23c17851ea
commit
3b5f69c8c7
13 changed files with 232 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue