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]
               nglob = inp?.txt
               nglob = work?.py
             creator   root:
              source   file:plan.py
             product   file:inp1.txt
             product   file:inp2.txt
             product   file:inp3.txt
             product   file:work1.py
             product   file:work2.py
             product   file:work3.py
             product   step:./work1.py

file:inp1.txt
               state = CONFIRMED
             creator   step:./plan.py
                sink   step:./work1.py

file:inp2.txt
               state = CONFIRMED
             creator   step:./plan.py

file:inp3.txt
               state = CONFIRMED
             creator   step:./plan.py

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

file:work2.py
               state = CONFIRMED
             creator   step:./plan.py

file:work3.py
               state = CONFIRMED
             creator   step:./plan.py

step:./work1.py
               state = SUCCEEDED
                need = DEFAULT
           using_env = STEPUP_PATH_FILTER [dynamic]
             creator   step:./plan.py
              source   file:inp1.txt
              source   file:work1.py
             product   file:out1.txt
                sink   file:out1.txt

file:out1.txt
               state = BUILT
             creator   step:./work1.py
              source   step:./work1.py
