almost done fixing addRevision changes
This commit is contained in:
parent
3ce9198220
commit
1866c593ea
25 changed files with 186 additions and 199 deletions
|
|
@ -79,9 +79,11 @@ my $instance = WebGUI::Workflow::Instance->create(
|
|||
);
|
||||
|
||||
|
||||
my $count = 0;
|
||||
while (my $status = $instance->run ne 'complete') {
|
||||
note $status;
|
||||
$instance->run;
|
||||
last if $count++ > 30;
|
||||
}
|
||||
|
||||
my $sql = q{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue