Constraint Editor Business Rule Source
Hello Community,
For the Business Rules in a process i want to use a constraint where source could be FromA or FromB.
But looks like the constraint does not allow multiple source values.
Is there a way to provide multiple source in Constraint? Or is there a way in Rules to identify the Source ?
Thanks
Jimmy Christian
I've noticed this as well, it seems you have two choices:
For example your functioin could use a lookup table to decide your routing
With the use of functions you might be able to accomplish exactly what you want.
Paul
You can use the Source property to identify the component that sent the message into the router:
Thank you Jeffrey. This is very helpful.
I didnt realize we can use Source property in the Condition.
Also if you do not do a Return, multiple rules will be executed unless none is met or some rule does a return.
Thanks Neerav. That is correct.