diff --git a/spiffworkflow-frontend/src/components/TaskListTable.tsx b/spiffworkflow-frontend/src/components/TaskListTable.tsx index 556445361..f1ecc5a36 100644 --- a/spiffworkflow-frontend/src/components/TaskListTable.tsx +++ b/spiffworkflow-frontend/src/components/TaskListTable.tsx @@ -277,8 +277,11 @@ export default function TaskListTable({ if (showActionsColumn) { const actions = []; if ( - processInstanceTask.process_instance_status in - ['suspended', 'completed', 'error'] + !( + processInstanceTask.process_instance_status in + ['suspended', 'completed', 'error'] + ) && + !processInstanceTask.completed ) { actions.push(