Created on 09-06-2015 06:32 AM - edited 09-16-2022 02:40 AM
Hi all!
I want to use decision nodes in HUE workflows, is it possible? I can't find appropriate button in editor.. (CDH 5.3.6, HUE 3.7.0)
In cloudera archives I'd seen some mentions about it and also seen bug-fixes, etc. Maybe it's obsolete feature?
Created 09-06-2015 07:27 AM
Found!
You need to drop some action task to an other and HUE creates fork node. Then clicks "edit" button and "convert to decision".
Created 09-06-2015 07:27 AM
Found!
You need to drop some action task to an other and HUE creates fork node. Then clicks "edit" button and "convert to decision".
Created 09-07-2015 05:15 AM
Thank you for sharing the solution. It may help others with a similar question in the future. 🙂
Created 03-06-2017 08:41 AM
Hi dna_29a,
After "convert to decision", I see "${1 gt 0}" and ''${1 gt 1}'', do you know the meaning of those?
Thanks,
Joey
Created 03-06-2017 09:43 AM
I think it is a defaults for decision conditions. Substitute your variables in this expression.
Created 02-27-2020 12:57 PM
How do I create those variables? The help documentation says they are in JSP EL, but I'm unsure how to write in that. How would I make one that returns true if it's the 1st of the month, for example?