rules
rules copied to clipboard
Is it possible to pass objects into a post or run callback?
There is a need to access scoped objects inside various steps of the inferencing.
For example d.ruleset('test', function() {
})
is it possible to pass in scope objects to this function? So that those objects are usable in when and run blocks?
hi me too