Skip to content

Commit 3962f3d

Browse files
xtriggers: doc change (#6152)
1 parent 586907e commit 3962f3d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

cylc/flow/xtriggers/workflow_state.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,17 @@ def workflow_state(
5959
satisfied:
6060
True if ``satisfied`` else ``False``.
6161
result:
62-
Dict of workflow, task, point, offset,
63-
status, message, trigger, flow_num, run_dir
62+
Dict containing the keys:
63+
64+
* ``workflow``
65+
* ``task``
66+
* ``point``
67+
* ``offset``
68+
* ``status``
69+
* ``message``
70+
* ``trigger``
71+
* ``flow_num``
72+
* ``run_dir``
6473
6574
.. versionchanged:: 8.3.0
6675

0 commit comments

Comments
 (0)