more workflow bug fixes
This commit is contained in:
parent
9dac1d5178
commit
0ee2d2ad66
4 changed files with 5 additions and 5 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue