Re: [rules-users] modify facts problem

2009-08-28 Thread Vikram Pancholi
Hi, Any clues on the below mentioned problem. Some more information on it , I am using 5.0.1 version of the API and core. After placing debugging logger i found out the following information, 1) After I modify the user object in rule consequence , it raises the object modified event but

[rules-users] modify facts problem

2009-08-27 Thread Vikram Pancholi
Hi, I am having problem about modifying certain fact. For example 1) I have User status when inserted set to value 1. 2) in the modify in a rule block i m changing this to 5. 3)Now i have a flow where i have a wait which waits this user status is not value 1. After the rule is

Re: [rules-users] modify facts problem

2009-08-27 Thread Anstis, Michael (M.)
-users] modify facts problem Hi, I am having problem about modifying certain fact. For example 1) I have User status when inserted set to value 1. 2) in the modify in a rule block i m changing this to 5. 3)Now