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:helper.py
             product   file:work.py
             product   step:./work.py plan

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

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

step:./work.py plan
               state = SUCCEEDED
                need = PLAN
           using_env = STEPUP_PATH_FILTER [dynamic]
             creator   step:./plan.py
              source   file:work.py
             product   step:./work.py run

step:./work.py run
               state = SUCCEEDED
                need = DEFAULT
           using_env = STEPUP_PATH_FILTER [dynamic]
             creator   step:./work.py plan
              source   file:helper.py [dynamic]
              source   file:work.py
             product   file:hello.txt
                sink   file:hello.txt

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