I have 5 tasks linked to one user task.Two of them are email tasks and trigger this user tasks. the rest are a cgi, a reminder email, and a rejection email which come back to this task.The problem is that I want both the emails to complete and then activate this user task.If I set a conjunction => "and" on this user task. It will hold of untill all 5 tasks are executed.So basically, I want something like this for my user task"User task"<activation><or> <pred v = CGI/> <pred v = Reminder/> <pred v = Rejection Email/> <and> <pred v = Email 1/> <pred v = Email 2/> </and></or></activation>please advise. I am using TS 6.5 on Windows. Thanks in advance