was still using wrong object
This commit is contained in:
parent
0f27813ada
commit
4dc0fc073d
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ sub execute {
|
||||||
my $object = shift;
|
my $object = shift;
|
||||||
my $instance = shift;
|
my $instance = shift;
|
||||||
my $cron = WebGUI::Workflow::Cron->create($self->session, {
|
my $cron = WebGUI::Workflow::Cron->create($self->session, {
|
||||||
title=>"Generated by workflow ".$self->getId." (".$self->get("title").")",
|
title=>"Generated by workflow instance ".$instance->getId." (".$self->get("title").")",
|
||||||
enabled=>$self->get("enabled"),
|
enabled=>$self->get("enabled"),
|
||||||
runOnce=>$self->get("runOnce"),
|
runOnce=>$self->get("runOnce"),
|
||||||
workflowId=>$self->get("workflowId"),
|
workflowId=>$self->get("workflowId"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue