We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scheinen immer ausgeführt zu werden, unabhängig davon ob die Learning Unit Class vorhanden ist oder nicht.
The text was updated successfully, but these errors were encountered:
Not constraints müssen für jeden Fakt einzeln definiert werden:
rule "3b5cc3d5-4f31-450d-91af-349dd0eb958d" { when { not(c1 : ContextInformation c1.id == 'CI_CURRENT_TIME' && c1.value > '09:00:00' && c1.value < '16:00:00'); not(c2 : ContextInformation c2.id == 'CI_USER_ROLE' && c2.value == 'STUDENT'); } then { emit("restrictFeature", "AppUsageFeature", facts); } }
Sorry, something went wrong.
Kauzig
No branches or pull requests
Scheinen immer ausgeführt zu werden, unabhängig davon ob die Learning Unit Class vorhanden ist oder nicht.
The text was updated successfully, but these errors were encountered: