Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Which means that if there are other tasks dependent of fam or its children their triggers may never allow them to run. To guard against such situations you can use triggers that allow other nodes to disappear or that not been defined at all. This is done by using the status value unknown for undefined nodes.

Code Block
 suite x
    family fam
       autocancel +05:00
       task t
    endfamily
    family ff
       trigger fam==complete or fam==unknown