Alright. So do I have to worry about contamination between rule flows.
Consider the following scenario:
1) Instantiate Fact Model A with property A = 10.
2) Insert Fact Model A into Working Memory
3) Start Process A.
4) Instantiate second instance of Fact Model A with property A = 20.
5) Start Process A again.
So are there now two separate instances of Fact Model A in working memory or is there still only one instance and property A has been updated to 20? Will process B find the correct value (20)? Is it thread safe? Will unused fact objects hang around forever?
Sorry if I'm being a little thick about this. Maybe I'm worrying about nothing.
Thanks for your response.
-------------------------
Statement of Confidentiality
This message (including attachments) may contain
confidential or privileged information intended for a specific individual or
organization. If you have received this communication in error, please notify
the sender immediately. If you are not the intended recipient, you are not
authorized to use, disclose, distribute, copy, print or rely on this email, and
should promptly delete this email from your entire computer system.
-------------------------