? user_relationship.patch
Index: includes/workflow.views.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/workflow/includes/workflow.views.inc,v
retrieving revision 1.1
diff -u -p -r1.1 workflow.views.inc
--- includes/workflow.views.inc	18 Sep 2008 02:49:25 -0000	1.1
+++ includes/workflow.views.inc	9 Jun 2009 22:17:44 -0000
@@ -75,6 +75,18 @@ function workflow_views_data() {
     ),
   );
 
+  // uid field
+  $data['workflow_node']['uid'] = array(
+    'title' => t('User'),
+    'help' => t('Relate a workflow status to the user who created the status.'),
+    'relationship' => array(
+      'handler' => 'views_handler_relationship',
+      'base' => 'users',
+      'field' => 'uid',
+      'label' => t('Workflow User'),
+    ),
+  );
+
   $data['workflow_scheduled_transition']['table']['group']  = t('Workflow');
   // Explain how this table joins to others.
   $data['workflow_scheduled_transition']['table']['join'] = array(
