more workflow bug fixes

This commit is contained in:
JT Smith 2006-03-19 22:26:46 +00:00
parent 9dac1d5178
commit 0ee2d2ad66
4 changed files with 5 additions and 5 deletions

View file

@ -220,6 +220,7 @@ sub run {
$self->delete;
return "done";
}
$self->session->errorHandler->debug("Running workflow activity ".$activity->getId.", which is a ".(ref $activity).", for instance ".$self->getId.".");
my $object = {};
my $class = $self->get("className");
my $method = $self->get("methodName");