Index: includes/workflow.views.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/workflow/includes/workflow.views.inc,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 workflow.views.inc
--- includes/workflow.views.inc	5 Jun 2009 21:37:23 -0000	1.1.2.1
+++ includes/workflow.views.inc	2 Feb 2010 18:41:20 -0000
@@ -75,6 +75,17 @@ function workflow_views_data() {
     ),
   );
 
+  // uid
+  $data['workflow_node']['uid'] = array(
+    'title' => t('User ID'),
+    'field' => array(
+      'base' => 'users',
+      'handler' => 'views_handler_field',
+      'label' => t('User who proformed the last state change.'),
+      'click sortable' => TRUE,
+    ),
+  );
+
   $data['workflow_scheduled_transition']['table']['group']  = t('Workflow');
   // Explain how this table joins to others.
   $data['workflow_scheduled_transition']['table']['join'] = array(
