Hi,
I have created a project in which there is an Element in schema used as promoted element. I cretaed 2 mapping and 2 Orchestration for routing the message and execute specific transformation. In Orchestration Receive component I have put up a Filter using property schema if "Normal" execute Orch1 and "Regular" execute Orch2. I am getting error during build
"identifier 'Normal' does not exist in Orchestration_1; are you missing an assembly referance. "
"identifier 'Regular' does not exist in Orchestration_2; are you missing an assembly referance. "
Thanks in advance.