I'm having issue with Grouptask and email. My workflow definition isUsertask -> Send email to Group -> GroupTask -> [Approve/Reject] -> [Approve goes to Production] & [Reject goes back to usertask].I get the first email sent to all the all members of the grouptask, and the during the grouptask if someone takes ownership and rejects the content, the second email after the usertask is sent only to the person who has taken the ownership. I have give retainowner="f" but no luck. Do I explictly run a external script iwuntaketask to release the ownership?.I'm in Solaris 9 with TS 6.5 SP3.Any help would be appericated!!!I'm using template based email with iw_solution_email.iplPradeep
...<usertask ...> ... <resets> <reset v="grouptaskname"/> </resets> ...</usertask>...
...declare_task(..., type="usertask", ... resets = ("grouptaskname"), ...);