documentation for the show running workflows screen
This commit is contained in:
parent
6721913320
commit
1d9151e68b
3 changed files with 29 additions and 3 deletions
|
|
@ -421,7 +421,8 @@ sub www_showRunningWorkflows {
|
|||
my $ac = WebGUI::AdminConsole->new($session,"workflow");
|
||||
$ac->addSubmenuItem($session->url->page("op=addWorkflow"), $i18n->get("add a new workflow"));
|
||||
$ac->addSubmenuItem($session->url->page("op=manageWorkflows"), $i18n->get("manage workflows"));
|
||||
return $ac->render($output);
|
||||
$ac->setHelp('show running workflows', 'Workflow');
|
||||
return $ac->render($output, 'show running workflows');
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue