lokananda.m - Monday, July 30, 2007 9:14 AM:
Hi All,
Refer to the above image. Here “parallel1” & “parallel2” have to be performed concurrently. That means to say, two users should get the assignment list in their “my Basket”. How to do this?
RobMcAveney - Monday, July 30, 2007 10:04 AM:
Hi lokananda.m -
The image you refer to did not make it through, but I can give you general instructions on how to do parallel activities. The easiest way is to create an automatic activity to serve as a "splitter". Just create the Activity, set the "Automatic Activity" flag and create outgoing paths to your "parallel1" and "parallel2" activities. Then, select the two paths and set the "Default Path" flag on each. When the workflow is executed, the automatic activity will simply close itself and follow all default paths. That will result in "parallel1" and "parallel2" being open simultaneously.
Hope that helps -
Rob