Big batch o' Activity docs.

This commit is contained in:
Colin Kuskie 2006-07-02 04:32:46 +00:00
parent 3d77b2451a
commit 23c17851ea
14 changed files with 299 additions and 0 deletions

View file

@ -0,0 +1,27 @@
package WebGUI::Help::Workflow_Activity_ProcessRecurringPayments;
our $HELP = {
'process recurring payments' => {
title => 'topicName',
body => 'process recurring payments body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
],
variables => [
],
related => [
{
tag => 'settings',
namespace => 'WebGUI'
}
],
},
};
1; ##All perl modules must return true

View file

@ -0,0 +1,28 @@
package WebGUI::Help::Workflow_Activity_PurgeOldAssetRevisions;
our $HELP = {
'purge old asset revisions' => {
title => 'topicName',
body => 'purge old asset revisions body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
{
title => 'purge revision after',
description => 'purge revision after help',
namespace => 'Asset',
},
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true

View file

@ -0,0 +1,28 @@
package WebGUI::Help::Workflow_Activity_PurgeOldTrash;
our $HELP = {
'purge old trash' => {
title => 'topicName',
body => 'purge old trash body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
{
title => 'purge trash after',
description => 'purge trash after help',
namespace => 'Asset',
},
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true

View file

@ -0,0 +1,38 @@
package WebGUI::Help::Workflow_Activity_RequestApprovalForVersionTag;
our $HELP = {
'request approval for version tag' => {
title => 'topicName',
body => 'request approval for version tag body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
{
title => 'group to approve',
description => 'group to approve help',
namespace => 'VersionTag',
},
{
title => 'approval message',
description => 'approval message help',
namespace => 'VersionTag',
},
{
title => 'do on deny',
description => 'do on deny help',
namespace => 'VersionTag',
},
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true

View file

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

View file

@ -0,0 +1,28 @@
package WebGUI::Help::Workflow_Activity_RunCommandAsUser;
our $HELP = {
'run command as user' => {
title => 'topicName',
body => 'run command as user body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
{
title => 'command',
description => 'command help',
namespace => 'Workflow_Activity_RunCommandAsUser',
},
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true

View file

@ -0,0 +1,23 @@
package WebGUI::Help::Workflow_Activity_SendQueuedMailMessages;
our $HELP = {
'get cs post' => {
title => 'topicName',
body => 'send queued mail messages body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true