diff --git a/spiffworkflow-frontend/src/components/TasksForMyOpenProcesses.tsx b/spiffworkflow-frontend/src/components/TasksForMyOpenProcesses.tsx
index 9a2de55d..95e082e7 100644
--- a/spiffworkflow-frontend/src/components/TasksForMyOpenProcesses.tsx
+++ b/spiffworkflow-frontend/src/components/TasksForMyOpenProcesses.tsx
@@ -46,18 +46,20 @@ export default function MyOpenProcesses() {
- {rowToUse.process_model_display_name}
+ {rowToUse.process_instance_id}
|
- {rowToUse.process_instance_id}
+ {rowToUse.process_model_display_name}
|
- Process |
Id |
+ Process |
Task |
Waiting For |
Date Started |
diff --git a/spiffworkflow-frontend/src/components/TasksWaitingForMe.tsx b/spiffworkflow-frontend/src/components/TasksWaitingForMe.tsx
index c34745e1..a3656bb3 100644
--- a/spiffworkflow-frontend/src/components/TasksWaitingForMe.tsx
+++ b/spiffworkflow-frontend/src/components/TasksWaitingForMe.tsx
@@ -45,18 +45,20 @@ export default function TasksWaitingForMe() {
- {rowToUse.process_model_display_name}
+ {rowToUse.process_instance_id}
|
- {rowToUse.process_instance_id}
+ {rowToUse.process_model_display_name}
|
- Process |
Id |
+ Process |
Task |
Started By |
Waiting For |
diff --git a/spiffworkflow-frontend/src/components/TasksWaitingForMyGroups.tsx b/spiffworkflow-frontend/src/components/TasksWaitingForMyGroups.tsx
index 858b770e..edeb6b6b 100644
--- a/spiffworkflow-frontend/src/components/TasksWaitingForMyGroups.tsx
+++ b/spiffworkflow-frontend/src/components/TasksWaitingForMyGroups.tsx
@@ -46,18 +46,20 @@ export default function TasksWaitingForMyGroups() {
- {rowToUse.process_model_display_name}
+ {rowToUse.process_instance_id}
|
- {rowToUse.process_instance_id}
+ {rowToUse.process_model_display_name}
|
- Process |
Id |
+ Process |
Task |
Started By |
Waiting For |
| | |