HiI need to develop a CGI script that will display the job id's that are initiated for a teamsite login user. i tried the CLT iwqueryjobs.But i am not able to retrieve the job initiator.I can able to retrieve information like owner,description,creator etc.In all my workflows, owner & creator is hardcorded as root.How to get the initiator...Please helpEnvironment:Teamsite 6.5 sp2solaris 5.8
Thanks for your reply.For the new jobs i can modify the workflow file(wft) to have the initiator as creator or owner. But I already have lot of jobs running with hardcorded owner & creator as 'root'. How can i get the initiator for these running jobs.
If you developed a Java servlet or JSP instead of a CGI you could just use the CS SDK CSWorkflow.getCreator() method, which would give you what you need.