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"], "out": ["out_a.txt", "out_b.txt"]}'

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

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

step:./work.py run '{"inp": ["data.txt"], "out": ["out_a.txt", "out_b.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_a.txt
             product   file:out_b.txt
                sink   file:out_a.txt
                sink   file:out_b.txt

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

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