Dear all,
hope you could help me with a simple question about merging documents coming from parallel processes.
For better understanding i took a picture of the process my question refers to. (See hyperlink)
http://img147.imageshack.us/img147/1863/lwfjoiningzo5.jpg
We'll start with activity 1. The routing relation properties for all routes leaving this activity are set to "always", so the binder will be routed to activity 2, the decision and activity 4 parallel.
At activity 2 the main document will get a new field called "new_field_from_act2".
The decision will route the binder either to activity 3a or 3b. Nevertheless it woun't be changed either in activity 3a or 3b. It will just been displayed to the user.
At activity 4 the main document will get a new field called "new_field_from_act4".
Now at activity 5 we get three main documents within the binder. One coming from activiy 2 (which contains the field "new_field_from_act2"), one from activity 3a / 3b (which didn't change) and one from activity 4 (which contains the field "new_field_from_act4").
Is it possible to merge these documents to only one main document containing the new fields from acivity 2 and 4 ?
Regards
Achim Hofmann