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]
           explained = yes
             creator   root:
              source   file:plan.py
             product   file:subs.txt
             product   file:work.py
             product   st:data/
             product   step:./work.py

st:data/
             creator   step:./plan.py
             product   file:data/inp1.txt

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

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

step:./work.py
               state = SUCCEEDED
                need = DEFAULT
           using_env = STEPUP_PATH_FILTER [dynamic]
           explained = yes
             creator   step:./plan.py
              source   file:data/inp1.txt [dynamic]
              source   file:subs.txt
              source   file:work.py
             product   file:copy.txt
                sink   file:copy.txt [dynamic]

file:data/inp1.txt
               state = CONFIRMED
             creator   st:data/
                sink   step:./work.py

file:copy.txt
               state = BUILT
             creator   step:./work.py
              source   step:./work.py
