python-simple-workflow icon indicating copy to clipboard operation
python-simple-workflow copied to clipboard

WorkflowExecution status should not be mandatory in related queryset

Open oleiade opened this issue 12 years ago • 0 comments

As of today, WorkflowExecutionQuerySet all and filter methods uses a default value for status parameter and returns whethere OPENED or CLOSED executions. It would be more relevant to fetch both as a default, and to select one if status parameter is set.

oleiade avatar Apr 04 '13 15:04 oleiade