Hi,
I have a receiver determination step in a BPM that returns the list of receivers into a Process container variable ReceiverList which is defined as a type "Receiver"
After this step, I have a parallel processing block which has a mode of "ParForEach". Inside this parallel processing block, the first step is a switch which I want to control with a condition using the value of the Receiver that is currently being processed.
ie. If the receiver = 'X' - follow this branch otherwise follow second branch.
I have two questions:
1. Is this possible ?
2. If so, how do I get the value of the Receiver being processed as it is in a field of type "Receiver" so I cannot perform a comparision of a constant.
Any help, kindly appreciated.
Cheers
Colin.