Fix status not being a list

This commit is contained in:
Jon Herron 2022-11-16 16:34:51 -05:00
parent ac38cfefc9
commit cd70d03e83
1 changed files with 1 additions and 1 deletions

View File

@ -747,7 +747,7 @@ def process_instance_list(
start_to,
end_from,
end_to,
process_status,
process_status.split(",") if process_status else None,
)
else:
report_filter = ProcessInstanceReportService.filter_from_metadata_with_overrides(