|
Home > Archive > BizTalk Server Orchestration > November 2004 > updating facts
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]
|
|
| MeDhanush 2004-11-09, 7:46 am |
| Hi,
(I'm not exactly sure on where to post this message, but certainly
rules are being used in orchestration, so i'm posting here)
I'm trying to update the facts.
As per the docs,
short term facts - that are supplies to policy.execute(), which exist
for duration of the 1 execution cyce, and these are usually domain
specific
I'm exposing my short term facts, an object type, with Vocabs in
BRC.Later in the policy I used that fact vocab.
With some condition being true, I would like to upate fact and add it
back to rule engine working memory, so that rule is re-evaluated.
My fact is .NET Class ( no xml ).
Can sb help how to achieve updating fact and add it back to rule
engine working memory ?
| |
| Matt Milner 2004-11-11, 8:46 pm |
| As one step in an action in your rules, use the Update method from the
built-in vocabulary to update your fact.
matt
"MeDhanush" <medhanush@yahoo.com> wrote in message
news:15e9d0f4.0411090348.456dc347@posting.google.com...
> Hi,
>
> (I'm not exactly sure on where to post this message, but certainly
> rules are being used in orchestration, so i'm posting here)
> I'm trying to update the facts.
> As per the docs,
> short term facts - that are supplies to policy.execute(), which exist
> for duration of the 1 execution cyce, and these are usually domain
> specific
>
> I'm exposing my short term facts, an object type, with Vocabs in
> BRC.Later in the policy I used that fact vocab.
> With some condition being true, I would like to upate fact and add it
> back to rule engine working memory, so that rule is re-evaluated.
>
> My fact is .NET Class ( no xml ).
>
> Can sb help how to achieve updating fact and add it back to rule
> engine working memory ?
|
|
|
|
|