Open
Description
The workflow "run()" method receives a "None" as first and only argument (+ self obviously) if no parameter is passed as input, resulting in exceptions like:
TypeError: run() takes exactly 1 argument (2 given)
Ideally passing no "--input" option should lead to the workflow decider class run() method receiving nothing.