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]
               nglob = inp*.txt
           explained = yes
             creator   root:
              source   file:plan.py
             product   file:inp1.txt
             product   file:inp2.txt
             product   step:cp -p inp1.txt out1.txt
             product   step:cp -p inp2.txt out2.txt

file:inp1.txt
               state = CONFIRMED
             creator   step:./plan.py
                sink   step:cp -p inp1.txt out1.txt

file:inp2.txt
               state = CONFIRMED
             creator   step:./plan.py
                sink   step:cp -p inp2.txt out2.txt

step:cp -p inp1.txt out1.txt
               state = SUCCEEDED
                need = DEFAULT
           explained = yes
             creator   step:./plan.py
              source   file:inp1.txt
             product   file:out1.txt
                sink   file:out1.txt

file:out1.txt
               state = BUILT
             creator   step:cp -p inp1.txt out1.txt
              source   step:cp -p inp1.txt out1.txt

step:cp -p inp2.txt out2.txt
               state = SUCCEEDED
                need = DEFAULT
           explained = yes
             creator   step:./plan.py
              source   file:inp2.txt
             product   file:out2.txt
                sink   file:out2.txt

file:out2.txt
               state = BUILT
             creator   step:cp -p inp2.txt out2.txt
              source   step:cp -p inp2.txt out2.txt
