added missing docs for new workflow activity

This commit is contained in:
Colin Kuskie 2006-11-06 19:04:52 +00:00
parent c3a2e71cd1
commit a7f5942e56
2 changed files with 30 additions and 1 deletions

View file

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