You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@oozie.apache.org by "Sabbidi, Prashanth" <Pr...@VerizonWireless.com.INVALID> on 2015/09/01 15:56:14 UTC

OOZIE decision with nested EL expression

Hi,

Is there any way to work with nested EL expressions in oozie.

I need to get the path dynamically, inside decision node. My directiory path is  ${parsedDataLocation}/${wf:id()}
Where parsedDataLocation  is from job properties.


		<case to="preCleanup">
             	${fs:isDir(wf:conf(parsedDataLocation)/wf:id())}
            </case>