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:data.txt
             product   file:work.py
             product   step:./work.py run '{"inp": ["data.txt"]}'

file:data.txt
               state = CONFIRMED
             creator   step:./plan.py
                sink   step:./work.py run '{"inp": ["data.txt"]}'

file:work.py
               state = CONFIRMED
             creator   step:./plan.py
                sink   step:./work.py run '{"inp": ["data.txt"]}'

step:./work.py run '{"inp": ["data.txt"]}'
               state = SUCCEEDED
                need = DEFAULT
           using_env = STEPUP_PATH_FILTER [dynamic]
             creator   step:./plan.py
              source   file:data.txt
              source   file:work.py
             product   file:out_0.txt
             product   file:out_1.txt
                sink   file:out_0.txt [dynamic]
                sink   file:out_1.txt [dynamic]

file:out_0.txt
               state = BUILT
             creator   step:./work.py run '{"inp": ["data.txt"]}'
              source   step:./work.py run '{"inp": ["data.txt"]}'

file:out_1.txt
               state = BUILT
             creator   step:./work.py run '{"inp": ["data.txt"]}'
              source   step:./work.py run '{"inp": ["data.txt"]}'
