ems workflow precacher
This commit is contained in:
parent
0bf0cf4f2f
commit
0ce7a1519a
1 changed files with 6 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ use base 'WebGUI::Asset::Wobject';
|
|||
use Tie::IxHash;
|
||||
use WebGUI::HTMLForm;
|
||||
use JSON;
|
||||
use WebGUI::Workflow::Instance;
|
||||
use WebGUI::Cache;
|
||||
use WebGUI::International;
|
||||
use WebGUI::Commerce::ShoppingCart;
|
||||
|
|
@ -2365,7 +2366,11 @@ sub www_savePrerequisites {
|
|||
},0,0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
my $instance = WebGUI::Workflow::Instance->create($self->session, {
|
||||
workflowId=>'EMSworkflow00000000001'
|
||||
},'EMSinstance00000000001');
|
||||
|
||||
return $self->www_editEvent(undef,$eventToAssignPrereqTo);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue