mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-15 20:54:31 +00:00
fixed broken test w/ burnettk
This commit is contained in:
parent
14397099f4
commit
ae02575183
@ -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…
x
Reference in New Issue
Block a user