+
+
+ {rowToUse.process_model_display_name}
+
+ |
+
+
+ View {rowToUse.process_instance_id}
+
+ |
+
+ {rowToUse.task_title}
+ |
+ {rowToUse.username} |
+ {rowToUse.process_instance_status} |
+ {rowToUse.group_identifier || '-'} |
+
+ {convertSecondsToFormattedDateTime(
+ rowToUse.created_at_in_seconds
+ ) || '-'}
+ |
+
+ {convertSecondsToFormattedDateTime(
+ rowToUse.updated_at_in_seconds
+ ) || '-'}
+ |
+
+
+ |
+
+ );
+ });
+ return (
+