DCSIMG
bitwiseand - Ariel ITzhaky

Ariel ITzhaky

It's all working till you fix it ...

Browse by Tags

All Tags » bitwiseand (RSS)
Bitwise-And (&) predicate on BizTalk Orchestration activation filter expression
Hi all. One of the latest issues on BizTalk advanced usage I encountered was to activate several BizTalk orchestrations with the same published message, where one promoted field is distinguishing which orchestrations are activated. Instantly, I suggested solving the issue by designating a special numeric (e.g. integer) field in the published message, which represents a binary value of orchestration activation state. E.g. value of "3" (101) in the field, means that orchestration 1 &...