Hi,

I'm using  "oozie-3.3.0-cdh4.2.1". The key structure of my workflow is as
below.

s(i) -- represents initial nodes.
-OK- is ok transition
-ERROR- is error transition

s(1) -OK- --> s(2) -ERROR- --> N (Notify Node)

s(2) -- Forks into  F(1)..F(7)

For each Forked job

F(i) -OK- --> J(join node) -ERROR- --> NJ (Notify and Join node)

NJ -OK- --> J -ERROR- --> J

J --> s(3)

N (Notify Node) -OK- --> fail -ERROR- --> fail


The intent is for node s(3) to be reached even if any or all of the forked
node F(1)..F(7) fail. All the forked nodes go to node NJ (Notify and Join)
and NJ whether successful or not should go to J.

In a case when all the forked nodes fail, I am getting a Loop detected in
run time error.

Can you please tell me where the issue is?

Your inputs are appreciated.

Thanks
K

Reply via email to