flipkart-incubator / databuilderframework

A data driven execution engine
34 stars 29 forks source link

ProcessedBuilders check removal #11

Closed gokulvanan closed 5 years ago

gokulvanan commented 9 years ago

Post introduction of Access no builder would need to add its data produced to consumes for the sake of access. Hence this check should be removed. As databuilder should be a capable of being a cyclic graph if needed and this check prevents it.

santanusinha commented 5 years ago

This can lead to infinite loops. Transient data needs to be used to build loops.