python-simple-workflow
python-simple-workflow copied to clipboard
WorkflowExecution status should not be mandatory in related queryset
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.