Big batch o' Activity docs.
This commit is contained in:
parent
3d77b2451a
commit
23c17851ea
14 changed files with 299 additions and 0 deletions
28
lib/WebGUI/Help/Workflow_Activity_RunCommandAsUser.pm
Normal file
28
lib/WebGUI/Help/Workflow_Activity_RunCommandAsUser.pm
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue