Hi,
I have an orchestration which sends messages to a port. I bound this port to a SendPort Group. The send port group contains 3 send ports and having a filter condition each based on a promoted property of the message.
My issue is that the filter doesn’t seems to execute , and the message goes to all three ports irrespective of the filter. I verified that the promoted property is coming properly on the message Context.
Is it an issue of the Datatype of the promoted property..?
My promoted property is of xs:String data type.. then what should I specify in the port filte..?
MyProject.PropertySchema.SchoolCode == \”5320\”
or MyProject.PropertySchema.SchoolCode == 5320
( pls note the quotes)
I tried with both thes options, but the behavior is the same.
your response is highly appreciated..