06-27-04 03:37 AM
Hello,
>I have an orch. with a parallel shape with two branches, the branches rece
ives two different messages, i want to those two messages to one
>message.
One possible way of doing this (among others) is to write a small .NET class
that can merge the two messages the way you want. Create two properties
on the object: one for message A and one for message B. Make the .NET object
serializable. After the two branche converge, add an expression
shape and call your object to merge the messages.
Thanks.
-Gilles.
[ Post a follow-up to this message ]
|