HI All,
We implemented a review notification task that sends an email to approvers with the link in the email.
Link:
http://<ts host name>/iw-cc/command/iw.ccpro.take_task?done_page=/iw-cc/ccpro/workflow/update_handler.jsp?
taskid=<taskId>&full_redirect=true&taskid=<task Id>
When approver clicks on the above link, it opens a window to point to the review task(by login to TeamSite). Once the approver either approve or reject the task it is redirecting to the below url and displaying blanck screen.
Url:
http://<ts host name>/iw-cc/ccpro/workflow/transition_handler.jsp?customer.done_page=/iw-cc/base/util/close_or_home.html&customer.full_redirect=true&taskid=<taskId>
Is there anyway to auto close the window when once the approver approve or reject the task?
Thanks,
Chandra