root:
             product   file:plan.py
             product   step:./plan.py

file:plan.py
               state = CONFIRMED
             creator   root:
                sink   step:./plan.py

step:./plan.py
               state = SUCCEEDED
                need = PLAN
           using_env = STEPUP_PATH_FILTER [dynamic]
             creator   root:
              source   file:plan.py
             product   file:work.py
             product   step:./work.py
             product   step:echo Will be deleted by accident > missing.txt

file:work.py
               state = CONFIRMED
             creator   step:./plan.py
                sink   step:./work.py

step:./work.py
               state = FAILED
                need = DEFAULT
           using_env = STEPUP_PATH_FILTER [dynamic]
             creator   step:./plan.py
              source   file:missing.txt [dynamic]
              source   file:work.py

step:echo Will be deleted by accident > missing.txt
               state = PENDING
                need = DEFAULT
             creator   step:./plan.py
             product   file:missing.txt
                sink   file:missing.txt

file:missing.txt
               state = PLANNED
             creator   step:echo Will be deleted by accident > missing.txt
              source   step:echo Will be deleted by accident > missing.txt
                sink   step:./work.py
