Hello,
I'm trying to search the MemberInputBuffer.Contents of a Combiner object, but I could not find a way to do that.
On the Process Combiner1_MemberEntered
Begin->End_transfer->Search
Search
CollectionType: QueueState
Queue State Name: MemberInput@Combiner1.EntryQueue
Match Condition: ModelEntity.Priority == Candidate.ModelEntity.Priority.
Using the Watch, I know that the entities are in MemberInputBuffer.Contents.
How can I search the members of a Combiner? I need to know how many entities with the same priority exists in the Combiner.
Thanks.