add missing docs for new workflow activities
This commit is contained in:
parent
ca21c7d5da
commit
44ec1454a2
4 changed files with 71 additions and 0 deletions
|
|
@ -0,0 +1,23 @@
|
|||
package WebGUI::Help::Workflow_Activity_ExpireUnvalidatedEmailUsers;
|
||||
|
||||
our $HELP = {
|
||||
'expire unvalidated email users' => {
|
||||
title => 'activityName',
|
||||
body => 'expire unvalidated email users body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Workflow_Activity",
|
||||
tag => "add/edit workflow activity"
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
Loading…
Add table
Add a link
Reference in a new issue