Big batch o' Activity docs.

This commit is contained in:
Colin Kuskie 2006-07-02 04:32:46 +00:00
parent 3d77b2451a
commit 23c17851ea
14 changed files with 299 additions and 0 deletions

View file

@ -0,0 +1,28 @@
package WebGUI::Help::Workflow_Activity_RunCommandAsUser;
our $HELP = {
'run command as user' => {
title => 'topicName',
body => 'run command as user body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
{
title => 'command',
description => 'command help',
namespace => 'Workflow_Activity_RunCommandAsUser',
},
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true