Order of execution of rules in BizTalk BRE
Hello
I want to use BizTalk BRE for my application.
Can anyone explain me how the rule is being executed based on the priority?
in then action if the value of one field got changed 5 times then what will be last updated value of one field.
Take one example,
IF tag a = 1 then tag b = 2
If tag c = 3 then tag b = 3
If tag d = 4 then tag a = 2
if tag a = 2 then tag b = 5
Can you explain how above condition will be executed? and what will be the last value of tag a, b and c?
Thanks,
Chirag Vyas
Last edited by ctatvasoft; March 5th, 2014 at 05:13 AM..
Reason: explain how above condition
|