Browse Source

HUE-1104 [oozie] Add capture output to Java action

Abraham Elmahrek 12 years ago
parent
commit
1f78202
1 changed files with 1 additions and 0 deletions
  1. 1 0
      apps/oozie/static/js/workflow.models.js

+ 1 - 0
apps/oozie/static/js/workflow.models.js

@@ -346,6 +346,7 @@ $.extend(JavaModel.prototype, {
   main_class: '',
   args: '',
   java_opts: '',
+  capture_output: false,
   child_links: []
 });