jruizgit / rules

Durable Rules Engine
MIT License
1.14k stars 209 forks source link

Is it possible to pass objects into a post or run callback? #360

Open radiantone opened 3 years ago

radiantone commented 3 years ago

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?

introspection3 commented 3 years ago

hi me too