add missing docs for workflow activity

This commit is contained in:
Colin Kuskie 2007-05-23 17:27:18 +00:00
parent 23a73e8862
commit 89d48adad2
3 changed files with 41 additions and 1 deletions

View file

@ -0,0 +1,23 @@
package WebGUI::Help::Workflow_Activity_SyncProfileToLdap;
our $HELP = {
'sync profile to ldap' => {
title => 'activityName',
body => 'sync profile to ldap body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true