documentation for the show running workflows screen

This commit is contained in:
Colin Kuskie 2006-07-01 02:24:36 +00:00
parent 6721913320
commit 1d9151e68b
3 changed files with 29 additions and 3 deletions

View file

@ -7,6 +7,23 @@ our $HELP = {
fields => [
],
related => [
{
tag => 'show running workflows',
namespace => 'Workflow'
},
],
},
'show running workflows' => {
title => 'show running workflows',
body => 'show running workflows body',
fields => [
],
related => [
{
tag => 'manage workflows',
namespace => 'Workflow'
},
],
},