Help docs for CleanTempStorage, CommitVersionTag and CleanLoginHistory
This commit is contained in:
parent
9eacbed903
commit
5de311d6f3
6 changed files with 107 additions and 0 deletions
28
lib/WebGUI/Help/Workflow_Activity_CleanLoginHistory.pm
Normal file
28
lib/WebGUI/Help/Workflow_Activity_CleanLoginHistory.pm
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
package WebGUI::Help::Workflow_Activity_CleanLoginHistory;
|
||||
|
||||
our $HELP = {
|
||||
'clean login history' => {
|
||||
title => 'topicName',
|
||||
body => 'clean login history body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Workflow_Activity",
|
||||
tag => "add/edit workflow activity"
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'age to delete',
|
||||
description => 'age to delete help',
|
||||
namespace => 'Workflow_Activity_CleanLoginHistory',
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
28
lib/WebGUI/Help/Workflow_Activity_CleanTempStorage.pm
Normal file
28
lib/WebGUI/Help/Workflow_Activity_CleanTempStorage.pm
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
package WebGUI::Help::Workflow_Activity_CleanTempStorage;
|
||||
|
||||
our $HELP = {
|
||||
'clean file cache' => {
|
||||
title => 'topicName',
|
||||
body => 'clean temp storage body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Workflow_Activity",
|
||||
tag => "add/edit workflow activity"
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'storage timeout',
|
||||
description => 'storage timeout help',
|
||||
namespace => 'Workflow_Activity_CleanTempStorage',
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
23
lib/WebGUI/Help/Workflow_Activity_CommitVersionTag.pm
Normal file
23
lib/WebGUI/Help/Workflow_Activity_CommitVersionTag.pm
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
package WebGUI::Help::Workflow_Activity_CommitVersionTag;
|
||||
|
||||
our $HELP = {
|
||||
'clean login history' => {
|
||||
title => 'topicName',
|
||||
body => 'commit version tag 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