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

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

step:./plan.py
               state = PENDING
                need = PLAN
           using_env = STEPUP_PATH_FILTER [dynamic]
             creator   root:
              source   file:cases.txt [dynamic]
              source   file:plan.py
             product   file:cases.txt
             product   file:work.py
             product   step:./work.py case1.txt
             product   step:./work.py case2.txt

file:cases.txt
               state = CONFIRMED
             creator   step:./plan.py
                sink   step:./plan.py
                sink   step:./work.py case1.txt
                sink   step:./work.py case2.txt

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

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

file:case1.txt
               state = OUTDATED
             creator   step:./work.py case1.txt
              source   step:./work.py case1.txt

step:./work.py case2.txt
               state = PENDING
                need = DEFAULT
             creator   step:./plan.py
              source   file:cases.txt
              source   file:work.py
             product   file:case2.txt
                sink   file:case2.txt

file:case2.txt
               state = PLANNED
             creator   step:./work.py case2.txt
              source   step:./work.py case2.txt
