webgui/lib/WebGUI/Help/Workflow_Activity_GetCsPost.pm

23 lines
355 B
Perl

package WebGUI::Help::Workflow_Activity_GetCsPost;
our $HELP = {
'get cs post' => {
title => 'topicName',
body => 'get cs post body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true