You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cylc register f1 ~/suites/foo
$ cylc register f1/f2 ~/suites/foo
Cylc scan (and hence the UI) does not see the running f1/f2 flow though, because it stops recursing deeper into cylc-run/ whenever it finds a valid run directory.
Can't think of a good reason to allow this - particularly given this cylc scan problem and the potential for huge run directories.
We should prevent this at the registration stage.
The text was updated successfully, but these errors were encountered:
Reported by @kinow
Currently you can register and run nested flows:
Cylc scan (and hence the UI) does not see the running
f1/f2
flow though, because it stops recursing deeper intocylc-run/
whenever it finds a valid run directory.Can't think of a good reason to allow this - particularly given this
cylc scan
problem and the potential for huge run directories.We should prevent this at the registration stage.
The text was updated successfully, but these errors were encountered: