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   step:echo data > hello.txt
             product   step:echo soon gone > bye.txt

step:echo data > hello.txt
               state = PENDING
                need = DEFAULT
             creator   step:./plan.py
              source   (file:missing.txt)
             product   file:hello.txt
                sink   file:hello.txt

(file:missing.txt)
               state = UNDECLARED
                sink   step:echo data > hello.txt

file:hello.txt
               state = PLANNED
             creator   step:echo data > hello.txt
              source   step:echo data > hello.txt

step:echo soon gone > bye.txt
               state = SUCCEEDED
                need = DEFAULT
             creator   step:./plan.py
             product   file:bye.txt
                sink   file:bye.txt

file:bye.txt
               state = BUILT
             creator   step:echo soon gone > bye.txt
              source   step:echo soon gone > bye.txt
