cylc / cylc-ui

Web app for monitoring and controlling Cylc workflows
https://cylc.github.io
GNU General Public License v3.0
37 stars 27 forks source link

Edit Runtime - unable to modify events section #1980

Open ColemanTom opened 3 weeks ago

ColemanTom commented 3 weeks ago

Reproducible Example

Running this example flow.cylc:

[scheduling]
    initial cycle point = 20201010
    final cycle point = 20201010
    [[graph]]
        R1 = foo

[runtime]
    [[foo]]
        script = false
        [[[events]]]
            failed handlers = echo hello

I look at Edit Runtime in the WUI and see nothing about event handlers in there.

image

Expected Behaviour

As events is a section within a tasks runtime area, I expected to be able to modify the [runtime][task][events] entries and any defined should be visible.

oliver-sanders commented 3 weeks ago

Can confirm that broadcasting task events does work so this should be reasonably straight forward.