On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

calling IWSUBMIT from workflow task

here i am trying to excute the CLT "iwsubmit" from workflow-external task...not working...

i used the external task attribute, this is what i wrote:

c:\iw-home\iw-perl\bin\iwperl.exe c:\iw-home\local\bin\whatsnew\HR\PublishIndex.ipl

where "PublishIndex.ipl" contains:-

system("$IWHOME\\bin\\iwsubmit.exe -w -r -u main\\CBASIA_INTRANET\\SG\\WORKAREA\\hr_wa\\HR\\announcements\\index.html `Updates Index`");

"index.html" is the file i want to submit just before the workflow ends...

the whole workflow completes without any errors BUT the file "index.html" wasn't submitted...

tell me about it............