fixed broken test w/ burnettk

This commit is contained in:
jasquat 2023-01-13 14:41:51 -05:00
parent 14397099f4
commit ae02575183
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ def task_list_my_tasks(
ProcessInstanceModel.created_at_in_seconds, ProcessInstanceModel.created_at_in_seconds,
UserModel.username.label("process_initiator_username"), # type: ignore UserModel.username.label("process_initiator_username"), # type: ignore
GroupModel.identifier.label("assigned_user_group_identifier"), GroupModel.identifier.label("assigned_user_group_identifier"),
HumanTaskModel.task_id.label("id"), # type: ignore
HumanTaskModel.task_name, HumanTaskModel.task_name,
HumanTaskModel.task_title, HumanTaskModel.task_title,
HumanTaskModel.process_model_display_name, HumanTaskModel.process_model_display_name,