Help docs, big batch 2
This commit is contained in:
parent
5de311d6f3
commit
5739575d0d
12 changed files with 238 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package WebGUI::Help::Workflow_Activity_CleanTempStorage;
|
||||
|
||||
our $HELP = {
|
||||
'clean file cache' => {
|
||||
'clean temp storage' => {
|
||||
title => 'topicName',
|
||||
body => 'clean temp storage body',
|
||||
isa => [
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package WebGUI::Help::Workflow_Activity_CommitVersionTag;
|
||||
|
||||
our $HELP = {
|
||||
'clean login history' => {
|
||||
'commit version tag' => {
|
||||
title => 'topicName',
|
||||
body => 'commit version tag body',
|
||||
isa => [
|
||||
|
|
|
|||
68
lib/WebGUI/Help/Workflow_Activity_CreateCronJob.pm
Normal file
68
lib/WebGUI/Help/Workflow_Activity_CreateCronJob.pm
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
package WebGUI::Help::Workflow_Activity_CreateCronJob;
|
||||
|
||||
our $HELP = {
|
||||
'create cron job' => {
|
||||
title => 'topicName',
|
||||
body => 'create cron job body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Workflow_Activity",
|
||||
tag => "add/edit workflow activity"
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'is enabled',
|
||||
description => 'is enabled help',
|
||||
namespace => 'Workflow_Cron',
|
||||
},
|
||||
{
|
||||
title => 'run once',
|
||||
description => 'run once help',
|
||||
namespace => 'Workflow_Cron',
|
||||
},
|
||||
{
|
||||
title => 'workflow',
|
||||
description => 'workflow help',
|
||||
namespace => 'Workflow_Cron',
|
||||
},
|
||||
{
|
||||
title => 'priority',
|
||||
description => 'priority help',
|
||||
namespace => 'Workflow_Cron',
|
||||
},
|
||||
{
|
||||
title => 'minute of hour',
|
||||
description => 'minute of hour help',
|
||||
namespace => 'Workflow_Cron',
|
||||
},
|
||||
{
|
||||
title => 'hour of day',
|
||||
description => 'hour of day help',
|
||||
namespace => 'Workflow_Cron',
|
||||
},
|
||||
{
|
||||
title => 'day of month',
|
||||
description => 'day of month help',
|
||||
namespace => 'Workflow_Cron',
|
||||
},
|
||||
{
|
||||
title => 'month of year',
|
||||
description => 'month of year help',
|
||||
namespace => 'Workflow_Cron',
|
||||
},
|
||||
{
|
||||
title => 'day of week',
|
||||
description => 'day of week help',
|
||||
namespace => 'Workflow_Cron',
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
33
lib/WebGUI/Help/Workflow_Activity_DecayKarma.pm
Normal file
33
lib/WebGUI/Help/Workflow_Activity_DecayKarma.pm
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
package WebGUI::Help::Workflow_Activity_DecayKarma;
|
||||
|
||||
our $HELP = {
|
||||
'decay karma' => {
|
||||
title => 'topicName',
|
||||
body => 'decay karma body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Workflow_Activity",
|
||||
tag => "add/edit workflow activity"
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'minimum karma',
|
||||
description => 'minimum karma help',
|
||||
namespace => 'Workflow_Activity_DecayKarma',
|
||||
},
|
||||
{
|
||||
title => 'decay factor',
|
||||
description => 'decay factor help',
|
||||
namespace => 'Workflow_Activity_DecayKarma',
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
23
lib/WebGUI/Help/Workflow_Activity_DeleteExpiredSessions.pm
Normal file
23
lib/WebGUI/Help/Workflow_Activity_DeleteExpiredSessions.pm
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
package WebGUI::Help::Workflow_Activity_DeleteExpiredSessions;
|
||||
|
||||
our $HELP = {
|
||||
'delete expired sessions' => {
|
||||
title => 'topicName',
|
||||
body => 'delete expired sessions body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Workflow_Activity",
|
||||
tag => "add/edit workflow activity"
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
23
lib/WebGUI/Help/Workflow_Activity_ExpireGroupings.pm
Normal file
23
lib/WebGUI/Help/Workflow_Activity_ExpireGroupings.pm
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
package WebGUI::Help::Workflow_Activity_ExpireGroupings;
|
||||
|
||||
our $HELP = {
|
||||
'expire groupings' => {
|
||||
title => 'topicName',
|
||||
body => 'expire groupings body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Workflow_Activity",
|
||||
tag => "add/edit workflow activity"
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
23
lib/WebGUI/Help/Workflow_Activity_ExpireSubscriptionCodes.pm
Normal file
23
lib/WebGUI/Help/Workflow_Activity_ExpireSubscriptionCodes.pm
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
package WebGUI::Help::Workflow_Activity_ExpireSubscriptionCodes;
|
||||
|
||||
our $HELP = {
|
||||
'expire subscription codes' => {
|
||||
title => 'topicName',
|
||||
body => 'expire subscription codes 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