J-N-K

Results 271 comments of J-N-K

It seems that there is an issue with using this new feature in JSScripting as well as DSL rules. @florian-h05, do you know how to import additional presets? According to...

Thanks, I can confirm that ``` var { sharedCache } = require("@runtime/cache") console.log(sharedCache.get("x")) ``` successfully logs `y` which is the value set in the Groovy script. So it works across...

I also found a way to make the cache available in DSL. It feels a bit like an ugly hack, so I would prefer to do that in another PR,...

Yes, it‘s also rebased and confirmed working with latest changes to automation.

After looking at the code again, I believe it might be an issue with the `AbstractWatchService`. For GraalJS it should never happen, because as far as I can see these...

I didn't read closely enough. If it's an UI only issue the WatchService can't be the problem. I'll check again. Edit: After checking the code it is clear that there...

What would be the "payload" of these events?

`getType` should be available on all existing events. So what we need is an event for triggering manually/by other rule.

In JS a rule with ``` console.log("received: '" + event + "' with payload '" + event.getPayload() + "'") ``` result in the following logs - `received: 'Execution triggered by...

I‘m currently busy with other issues.