--- workflow_ng/modules/workflow_ng_node.inc.orig	2010-04-21 23:51:14.000000000 -0400
+++ workflow_ng/modules/workflow_ng_node.inc	2010-04-21 23:44:00.000000000 -0400
@@ -258,7 +258,7 @@ function workflow_ng_action_add_node($au
       node_object_prepare($node);
       //load node options
       $node_options = variable_get('node_options_'. $settings['type'], array('status', 'promote'));
-      foreach (array('status', 'moderate', 'promote', 'sticky', 'revision') as $key) {
+      foreach (array('status', 'comment', 'moderate', 'promote', 'sticky', 'revision') as $key) {
         $node->$key = in_array($key, $node_options);
       }
 
