PyUtilib / pyutilib

A collection of general Python utilities, including logging and file IO, subprocess management, plugin systems, and workflow management.
BSD 3-Clause "New" or "Revised" License
34 stars 21 forks source link

Define tasks without inputs #8

Open whart222 opened 8 years ago

whart222 commented 8 years ago

Currently, the workflows cannot be initialized with tasks that have no inputs. For example, example5.py in the doc/workflow/examples directory could be defined with a fixed value for Y. But this workflow cannot be executed right now.