mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-10 08:46:44 +00:00
Get ./bin/pyl to pass
This commit is contained in:
parent
480bdf0da1
commit
d354d0359e
@ -73,9 +73,11 @@ from spiffworkflow_backend.services.process_instance_processor import (
|
|||||||
ProcessInstanceProcessor,
|
ProcessInstanceProcessor,
|
||||||
)
|
)
|
||||||
from spiffworkflow_backend.services.process_instance_report_service import (
|
from spiffworkflow_backend.services.process_instance_report_service import (
|
||||||
ProcessInstanceReportService,
|
|
||||||
ProcessInstanceReportFilter,
|
ProcessInstanceReportFilter,
|
||||||
)
|
)
|
||||||
|
from spiffworkflow_backend.services.process_instance_report_service import (
|
||||||
|
ProcessInstanceReportService,
|
||||||
|
)
|
||||||
from spiffworkflow_backend.services.process_instance_service import (
|
from spiffworkflow_backend.services.process_instance_service import (
|
||||||
ProcessInstanceService,
|
ProcessInstanceService,
|
||||||
)
|
)
|
||||||
@ -750,7 +752,8 @@ def process_instance_list(
|
|||||||
process_status.split(",") if process_status else None,
|
process_status.split(",") if process_status else None,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
report_filter = ProcessInstanceReportService.filter_from_metadata_with_overrides(
|
report_filter = (
|
||||||
|
ProcessInstanceReportService.filter_from_metadata_with_overrides(
|
||||||
process_instance_report,
|
process_instance_report,
|
||||||
process_model_identifier,
|
process_model_identifier,
|
||||||
start_from,
|
start_from,
|
||||||
@ -759,6 +762,7 @@ def process_instance_list(
|
|||||||
end_to,
|
end_to,
|
||||||
process_status,
|
process_status,
|
||||||
)
|
)
|
||||||
|
)
|
||||||
|
|
||||||
# process_model_identifier = un_modify_modified_process_model_id(modified_process_model_identifier)
|
# process_model_identifier = un_modify_modified_process_model_id(modified_process_model_identifier)
|
||||||
process_instance_query = ProcessInstanceModel.query
|
process_instance_query = ProcessInstanceModel.query
|
||||||
|
Loading…
x
Reference in New Issue
Block a user