webgui/lib/WebGUI/Help/Workflow_Activity_DeleteExpiredSessions.pm
Colin Kuskie 7ec8da234d Added a tab in the Help table of contents for Workflow related
docs.  Reworked all the workflow activity docs to support this.
2006-07-02 18:24:07 +00:00

23 lines
394 B
Perl

package WebGUI::Help::Workflow_Activity_DeleteExpiredSessions;
our $HELP = {
'delete expired sessions' => {
title => 'activityName',
body => 'delete expired sessions body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true