Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any way to know if a fact has passed all the rules in the flow or not #216

Open
shubhamarora opened this issue Jan 16, 2017 · 2 comments
Open
Labels

Comments

@shubhamarora
Copy link

Is there any way by which I can get to know if a fact has passed all the rules defined in a flow. Can I get such info using match() or matchUntilHalt or some other library function?

In my scenario, I am passing a list of facts to a flow having multiple rules defined in it.

@DevSide or other members, any idea?

@DevSide
Copy link
Collaborator

DevSide commented Jan 20, 2017

Not really but the closest way would be to define a custom callback on each rule (see https://github.com/C2FO/nools#custom-constraint).

@shubhamarora
Copy link
Author

Okay, Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants