I am on TS 6.7.1 on linux. I have a requirement for concurrent task as follows1. Get concurrent approvals from Group A2. Send emails to Group B3. Send Emails to Group Cfrom def on concurrency how would i make sure all these 3 concurrent job are done before transitioning to next job in my case is "Submit".IS it possible to do a concurrency in a concurrency? can any one point me to a good snippet or an example which shows this implementation?I would appreciate a post or snippet for the concurrency part.Thank YOu
I understand it now, i was looking for some articles and found out that if we do something like this then it is fine[html]a) name should be set to groupID (solaris) or domainname\groupID (windows)b) email should be set to a list of email id's separated by commaFor example:[/html]So i can do the same with my group and emails of all the persons in the group followed by a comma. that might work. But still i am skeptical about my external task, is that any good? i am assuming here my owner will be ""groupid"? please advice.thanks
Yes Adam that explaina whole lot of it. Any group thingy can be done in tpl's and nothing is more simplar than that. I thought I would modify my tpl for intermediate tasks in the workflow. But i wanted to try using a concurrent task as my start task and have a successor of an email task sson after that. Can this be done? I guess not.But some how my requirements are that there needs to be concurrent email task followed by a email task to Content Contributor 1. i am doing some thing like this, but some how i am getting an error. can anyone point me out as where i am going wrong??...Some one point me in the right direction please.Thanks