[Doc] Order of task fields #35
moomiji
announced in
Announcements
Replies: 1 comment
-
|
iterate over a list |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A Task
graph TD style dasharray stroke-dasharray: 5 5 subgraph Recognize recognition inverse end enabled --> P.next recognition --> P.next inverse --> P.next times_limit --> runout_next -.-> is_sub post_delay --> next -.-> is_sub next --> timeout --> timeout_next -.-> is_sub is_sub --> D[The Task Done] is_sub --> P.next P.next --> enabled --> recognition --> inverse --> times_limit --> pre_wait_freezes subgraph Action pre_wait_freezes --> pre_delay --> dasharray["notify (TODO)"] --> action --> post_wait_freezes --> post_delay end subgraph PT[Parent Task] P.next --> P.timeout --> P.timeout_next -.-> P.is_sub --> PD[The Parent Task Done] endBeta Was this translation helpful? Give feedback.
All reactions