fixed broken test w/ burnettk
This commit is contained in:
parent
2d61bf378e
commit
c7817b67c2
|
@ -98,6 +98,7 @@ def task_list_my_tasks(
|
|||
ProcessInstanceModel.created_at_in_seconds,
|
||||
UserModel.username.label("process_initiator_username"), # type: ignore
|
||||
GroupModel.identifier.label("assigned_user_group_identifier"),
|
||||
HumanTaskModel.task_id.label("id"), # type: ignore
|
||||
HumanTaskModel.task_name,
|
||||
HumanTaskModel.task_title,
|
||||
HumanTaskModel.process_model_display_name,
|
||||
|
|
Loading…
Reference in New Issue