added a screen for displaying the status of running workflows

This commit is contained in:
JT Smith 2006-04-30 18:54:05 +00:00
parent f7c1c38ade
commit f0bb16fb0b
5 changed files with 76 additions and 5 deletions

View file

@ -282,6 +282,7 @@ sub getOperations {
'manageWorkflows' => 'WebGUI::Operation::Workflow',
'promoteWorkflowActivity' => 'WebGUI::Operation::Workflow',
'runWorkflow' => 'WebGUI::Operation::Workflow',
'showRunningWorkflows' => 'WebGUI::Operation::Workflow',
};
}