Missed the Help docs on last commit

Add basic (like, really, really basic docs) on cleaning file and database caches,
caching EMS prereqs.
This commit is contained in:
Colin Kuskie 2006-07-01 21:52:00 +00:00
parent 38bcbbc406
commit 9eacbed903
7 changed files with 129 additions and 0 deletions

View file

@ -0,0 +1,17 @@
package WebGUI::i18n::English::Workflow_Activity_CacheEMSPrereqs;
our $I18N = {
'topicName' => {
message => q|Cache EMS Prerequisites|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'cache ems prereqs body' => {
message => q|<p>This workflow activity caches all possible required events for an EMS. When the activity is triggered, it will take the first EMS that is found in the system and then process the events for preqrequisites. Since this process may take a very long time, it will process as many events as it can in one minute with a minimum of one complete event being processed. Then it will pause and reque itself so that other activities can be processed.</p>|,
lastUpdated => 0,
},
};
1;