Should there be some timeout after session.Fire() so that everything gets validated?
Sergiy Nikolayev
unread,
Apr 23, 2019, 7:52:40 PM4/23/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to NRules Users
I don't quite understand what you mean by "validation errors". Session.Fire does not return until all rules have finished running, so if you were doing some validation in the rules, they will all have run by the time the method returns. For some more details on handling validation with NRules, you can also check out this SO question: https://stackoverflow.com/questions/32554222/how-to-create-a-validation-rule-with-nrules