Hi,
i noticed that when i choose a file from a workarea and i run the default or my custom submit workflow, the files get submited then the wf window closes.
but when i do this: compare many folders in a workarea to staging, then select the list of files to submit, the submit workflow gets invoked then the files get submitted, but usually the window should close and the list of files compare will refresh to say "no difference". but in my case when i run my custom submit workflow which is regular submit task>then external task>then end task.
the workflow window here hangs and doesnt close, and i see the little error icon on the lower left corner of the teamsite window. when i double click on the error it displays what you see in the image below...
i have master access when i invoke the workflow, so can anybody tell where i am missing the proper permissions?
the external task is simple and just has one cmd which calls a perl program.
the perl program runs a windows cmd then calls back with
my($jobid) =
@ARGV[1];
my($taskid) =
@ARGV[2];
my $Task = new TeamSite::WFtask($taskid);
$Task->CallBack(0, 'call transformer completed');