NoneTask can also be a human task type w/ burnettk

This commit is contained in:
jasquat 2024-01-04 11:12:33 -05:00
parent 4c20759e37
commit d58e02bed3
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ export const HUMAN_TASK_TYPES = [
'UserTask',
'ManualTask',
'Task',
// HumanTaskModel.task_type is sometimes set to this and it is the same as "Task"
'NoneTask',
];
export const MULTI_INSTANCE_TASK_TYPES = [