webgui/lib/WebGUI/Help/Workflow_Activity_CleanTempStorage.pm
2006-07-02 00:31:27 +00:00

28 lines
643 B
Perl

package WebGUI::Help::Workflow_Activity_CleanTempStorage;
our $HELP = {
'clean temp storage' => {
title => 'topicName',
body => 'clean temp storage body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
{
title => 'storage timeout',
description => 'storage timeout help',
namespace => 'Workflow_Activity_CleanTempStorage',
},
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true