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

View file

@ -0,0 +1,18 @@
package WebGUI::i18n::English::Workflow_Activity_ProcessRecurringPayments;
our $I18N = {
'topicName' => {
message => q|Process Recurring Payments|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'process recurring payments body' => {
message => q|<p>This workflow activity will process all recurring transactions (payments) in the Commerce system that are complete at the time the Activity is executed. When the Activity is through with all those payments, a email with the details of all transactions is sent to the user configured in the Settings to receive them.</p>|,
lastUpdated => 0,
},
};
1;

View file

@ -0,0 +1,19 @@
package WebGUI::i18n::English::Workflow_Activity_PurgeOldAssetRevisions;
our $I18N = {
'topicName' => {
message => q|Purge Old Asset Revisions|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'purge old asset revisions body' => {
message => q|<p>This workflow activity will delete versions of assets that are older than the configured interval, unless the asset only has one approved version. This can be used to save diskspace and keep the size of your database down.</p>
<p>The default version of WebGUI ships with a weekly Workflow to delete Assets older than 1 year old. Disabling this Activity in the Workflow will keep versions forever.</p>|,
lastUpdated => 0,
},
};
1;

View file

@ -0,0 +1,19 @@
package WebGUI::i18n::English::Workflow_Activity_PurgeOldTrash;
our $I18N = {
'topicName' => {
message => q|Purge Old Trash|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'purge old trash body' => {
message => q|<p>This workflow activity will delete assets from the trash that are older than the configured interval, unless the asset only has one approved version.</p>
<p>The default version of WebGUI ships with a weekly Workflow to delete Trash older than 30 days old. Disabling this Activity in the Workflow will keep Assets in the Trash forever.</p>|,
lastUpdated => 0,
},
};
1;

View file

@ -0,0 +1,20 @@
package WebGUI::i18n::English::Workflow_Activity_RequestApprovalForVersionTag;
our $I18N = {
'topicName' => {
message => q|Request Approval For Version Tag|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'request approval for version tag body' => {
message => q|<p>This workflow activity is used by WebGUI's version control. It is used to require approval for a version tag to be committed.</p>
<p>When a user commits a version tag, an email is sent out to all members of a user selected group. The email contains all comments from the committer along with a URL to manage the committed version tag. The first user to respond to the email can either approve or deny the commit. If the user approves the version tag, it will be committed the next time this Activity is called. If the user denies the version tag, then a selectable Workflow will be called.</p>
<p>One of WebGUI's default Workflows includes this Activity to implement basic authorization for committing versions. In this Workflow, if the commit is denied, then the version tag is unlocked and the committer is notified that the commit was denied with comments as to why.</p>|,
lastUpdated => 0,
},
};
1;

View file

@ -0,0 +1,18 @@
package WebGUI::i18n::English::Workflow_Activity_RollbackVersionTag;
our $I18N = {
'topicName' => {
message => q|Rollback Version Tag|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'rollback version tag body' => {
message => q|<p>This workflow activity will purge all versions of assets contained in a version tag.</p>|,
lastUpdated => 0,
},
};
1;

View file

@ -19,6 +19,11 @@ our $I18N = {
lastUpdated => 0,
},
'run command as user body' => {
message => q|<p>This workflow activity will switch the session's current user to that passed in to the Activity. Then it will process any macros found in the command and execute the command on the command line.</p>|,
lastUpdated => 0,
},
};
1;

View file

@ -7,6 +7,11 @@ our $I18N = {
lastUpdated => 0,
},
'send queued mail messages body' => {
message => q|<p>This workflow activity will process queued emails. If an email fails to be sent, then it will be requeued to be sent later. Because this process could take a long time, based on the number of emails that have queued up, this activity will stop after one minute.</p>|,
lastUpdated => 0,
},
};
1;