add the username to the task list w/ burnettk

This commit is contained in:
jasquat 2022-11-11 17:15:38 -05:00
parent 6d598978b1
commit 43dabb65ff

View File

@ -63,6 +63,7 @@ export default function MyTasksForProcessesStartedByOthers() {
> >
{rowToUse.task_title} {rowToUse.task_title}
</td> </td>
<td>{rowToUse.username}</td>
<td>{rowToUse.process_instance_status}</td> <td>{rowToUse.process_instance_status}</td>
<td>{rowToUse.group_identifier || '-'}</td> <td>{rowToUse.group_identifier || '-'}</td>
<td> <td>
@ -95,6 +96,7 @@ export default function MyTasksForProcessesStartedByOthers() {
<th>Process Model</th> <th>Process Model</th>
<th>Process Instance</th> <th>Process Instance</th>
<th>Task Name</th> <th>Task Name</th>
<th>Process Started By</th>
<th>Process Instance Status</th> <th>Process Instance Status</th>
<th>Assigned Group</th> <th>Assigned Group</th>
<th>Process Started</th> <th>Process Started</th>