attention
iwgetwfobj
$wftask->CallBack(0)## Monitor submit task for completion or errors#print "Submitting files . ";my $submittask;foreach my $task (@{$wfjob->GetTasks()}){ $submittask = $task if($task->GetName() eq "Submit")}## Set up a signal handler in case this is a long loop.# Apache should send a PIPE signal if the browser moves to a new page (or is stopped).#use sigtrap 'handler' => sub {print "signal received\n";exit;}, 'normal-signals';for(; $submittask->GetState() !~ /^(inactivated|done)$/i and not $conflict; ){ print " . "; # # TeamSite task library doesn't have getAttention method, so we # have to access the xml directly # $conflict = TRUE if( $submittask->{xml}[1][0]{attention} ne '' ); if(DEBUG) { print "\n state = ", $submittask->GetState(), "\n", "\n attention = ", $submittask->{xml}[1][0]{attention}, "\n"; } # Sleep for 500 milliseconds select(undef, undef, undef, 0.500); # # Requery workflow system. Die if there's an error (like someone deleted the job) # $submittask->Refresh(); my $error = $submittask->GetError(); die "Unable to refresh task. Job $WFJOB_ID may be invalid." if $error;}
/iw-bin/iw_cgi_wrapper.cgi/iwconflicts.cgi?session=notused&task_id=$submitTaskID