hi all - I am trying to build a process that involves
1. reading an incomming document's attributes, and rout it to Activity A if it is of type-A if not to Activity B
2. at activity A i am supposed to execute a DQL query to retrieve all documents matching one of the document's attribute (location_ID) to retrieve all documents belonging to that location ID
3. Attach all those documents and route it to Activity C where processing takes place
4. at each of these steps, there are notifications that are sent out to certain stake holders, but some of them are outside of the system so will need to provision, selecting external e-mail ID's (may be via a config object)
5. when the document is transitioned from Activity A to C or from B to C, there is a form that needs to be auto populated with certain default attributes and presented to users of activity C so other un-filled attributes can be filled.
i have gotten to the point of creating the DQL read after Activity A, but am unable to get the results attached and sent to the subsequent activity. can you pls let me know how to go about doing this ?
thanks,
Raj