When an excluded bizlogic is added as a control dependency, it is not removed from reverseBizlogicDependencyMap, and this leads to exception in the flow as CyclicDependency.
The exception itself is not correct, as removing a node is not actually leading to CyclicDependency, and this misleads the developer.
Two issues
Simulated the issue here -> https://github.com/flipkart-incubator/tef/pull/15
@bageshwar / @bageshwar-pn