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:inp1.txt
             product   file:work.py
             product   step:./work.py
             product   step:echo word2 > inp2.txt

file:inp1.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:inp1.txt
              source   file:inp2.txt [dynamic]
              source   file:work.py
             product   file:out1.txt
             product   file:out2.txt
                sink   file:out1.txt
                sink   file:out2.txt [dynamic]

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

step:echo word2 > inp2.txt
               state = SUCCEEDED
                need = DEFAULT
           explained = yes
             creator   step:./plan.py
             product   file:inp2.txt
                sink   file:inp2.txt

file:inp2.txt
               state = BUILT
             creator   step:echo word2 > inp2.txt
              source   step:echo word2 > inp2.txt
                sink   step:./work.py

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