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
…d attrs
* Don't update xtriggers incrementally:
* Xtriggers were being updated in the data store incrementally.
* This doesn't work with GraphQL subscriptions
(see cylc#6307).
* This turns off incremental updates ensuring that all xtriggers are
included in all updates.
* Unblocks cylc/cylc-ui#2103
* Add is_retry, is_wallclock and is_xtriggered task attributes.
* We would like to be able to incorporate xtriggers into the task
icons used in the GUI and Tui.
* These attributes allow clients to access the required information
without having to subscribe to and monitor all xtriggers.
* Unblocks cylc/cylc-ui#331
…d attrs
* Don't update xtriggers incrementally:
* Xtriggers were being updated in the data store incrementally.
* This doesn't work with GraphQL subscriptions
(see cylc#6307).
* This turns off incremental updates ensuring that all xtriggers are
included in all updates.
* Unblocks cylc/cylc-ui#2103
* Add is_retry, is_wallclock and is_xtriggered task attributes.
* We would like to be able to incorporate xtriggers into the task
icons used in the GUI and Tui.
* These attributes allow clients to access the required information
without having to subscribe to and monitor all xtriggers.
* Unblocks cylc/cylc-ui#331
List xtriggers in the info view.
This should display similar information to
cylc show
.Here's an example snippet of
cylc show
output for a task with a retry xtrigger:And another with a wallclock xtrigger:
The text was updated successfully, but these errors were encountered: