documentation for adding and editing workflows

This commit is contained in:
Colin Kuskie 2006-07-01 02:59:07 +00:00
parent 1d9151e68b
commit bc3054c56d
3 changed files with 112 additions and 4 deletions

View file

@ -27,6 +27,75 @@ our $HELP = {
],
},
'add a new workflow' => {
title => 'add a new workflow',
body => 'add a new workflow body',
fields => [
{
title => 'object type',
description => 'object type help',
namespace => 'Workflow',
},
],
related => [
{
tag => 'manage workflows',
namespace => 'Workflow'
},
{
tag => 'edit workflow',
namespace => 'Workflow'
},
],
},
'edit workflow' => {
title => 'edit workflow',
body => 'edit workflow body',
fields => [
{
title => 'object type',
description => 'object type help2',
namespace => 'Workflow',
},
{
title => 'title',
description => 'title help',
namespace => 'Workflow',
},
{
title => 'description',
description => 'description help',
namespace => 'Workflow',
},
{
title => 'is enabled',
description => 'is enabled help',
namespace => 'Workflow',
},
{
title => 'is singleton',
description => 'is singleton help',
namespace => 'Workflow',
},
{
title => 'is serial',
description => 'is serial help',
namespace => 'Workflow',
},
],
related => [
{
tag => 'manage workflows',
namespace => 'Workflow'
},
{
tag => 'add a new workflow',
namespace => 'Workflow'
},
],
},
};
1; ##All perl modules must return true