Friends,
We have OD7.3.2. Solaris as source. Target is Windows8.
Workflow build thru WFM calling deployment task which triggers DnR script. I need help to pass owner of the task info to DnR script as a param. I tried with $iw_user, $user, $owner and no luck. here is my dnr call for your review:
<dnrDeployment location="target" when="after" triggerPoint="success">
<script cmd="D:\interwoven\installer\scripts\restore_and_notify_with_filelist.bat $owner^" where="D:\interwoven\installer\scripts" />
</dnrDeployment>
After reviewing couple of posts here in forum, I tried to add variable to deployment command, no luck. I want to use only OOTB instead of custom. Any valuable input/suggestions are greatly appreciated.
Thanks and Regards
Thiru