more workflow bug fixes

This commit is contained in:
JT Smith 2006-03-30 16:37:57 +00:00
parent 046088fedd
commit bad8616f08
3 changed files with 5 additions and 2 deletions

View file

@ -363,6 +363,7 @@ sub www_runWorkflow {
if (defined $instance) {
return $instance->run;
}
return "complete";
}
return "error";
}