|
Home > Archive > BizTalk Server Orchestration > August 2004 > Business Rule in Decision Shape not working correctly
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Business Rule in Decision Shape not working correctly
|
|
|
| I have a rule where I evaluate a variable to Y/N. If Y, send an email, if N, do nothing. The problem is that regardless of whether a Y or N comes back, Biztalk sends the email. I have tested the vbs outside of bistalk and am certain it evaluated to N.
Any idea of what is wrong? thanks.
| |
| Matt Milner 2004-08-03, 5:50 pm |
| I'd use HAT and the orchestration debugger to make sure that your value is
getting set correctly. I have seen cases where I thought my rules were
evaluating correctly but when I ran the orchestration it kept getting the
wrong outcome.
Matt
"phil" <phil@discussions.microsoft.com> wrote in message
news:9DEA8967-E565-4DAF-8E14-11853DAADD88@microsoft.com...
> I have a rule where I evaluate a variable to Y/N. If Y, send an email, if
N, do nothing. The problem is that regardless of whether a Y or N comes
back, Biztalk sends the email. I have tested the vbs outside of bistalk and
am certain it evaluated to N. Any idea of what is wrong? thanks.
|
|
|
|
|