mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-16 05:04:18 +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,
|
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user