Thanks both of you !!But is there any CLT which will list all the pending workflow jobs,since I am new to the application thats why I am asking this.
iwgetwfobj, iwqueryjobs, iwquerytasks and iwrmjob CLTs should be useful.
I run the job query like ./iwqueryjobs < query.xmlWhere query.xml is like <wfquery><and><active/></and></wfquery>It lists all the active jobs in the system.But my requirement is to get the Initiation date of the job so that I can check the status of the jobs which are pending since long.DO I need to write the DTD or is there any CLT which returns details about the active jobs.Is there any help docs in creating DTD.Thanks in advance for all the help.