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
If a RS is installed as .dev (via KDK) and then a _rids is used in the Sky Event ESL, you get a double fire.
Consider this ruleset:
ruleset test { meta { name "Test" description << Test >> author "" } dispatch { } global {
}
rule test { select when test raiser pre {
} send_directive("test") with raiser = "raiser"; always { raise explicit event 'listener'; }
rule listener { select when explicit listener pre {
} send_directive("test") with listener = "listener";
and this ESL:
https://kibdev.kobj.net/sky/event/931D8D36-BEC9-11E3-B492-8C2563A358EB/?_domain=test&_name=raiser&_rids=b505205x11
with the RS registered as b505205x11 and installed.
The text was updated successfully, but these errors were encountered:
windley
No branches or pull requests
If a RS is installed as .dev (via KDK) and then a _rids is used in the Sky Event ESL, you get a double fire.
Consider this ruleset:
ruleset test {
meta {
name "Test"
description <<
Test
>>
author ""
}
dispatch {
}
global {
}
rule test {
select when test raiser
pre {
}
rule listener {
select when explicit listener
pre {
}
}
and this ESL:
https://kibdev.kobj.net/sky/event/931D8D36-BEC9-11E3-B492-8C2563A358EB/?_domain=test&_name=raiser&_rids=b505205x11
with the RS registered as b505205x11 and installed.
The text was updated successfully, but these errors were encountered: