flo
flo copied to clipboard
A lightweight workflow definition library
Let's consider using `ClosureCleaner` if we need serialization.
It would be good to have a way to evaluate the task, if all it's dependencies are OK but not run it. Something like FloRunner.evaluateTask(task). This can be useful if...
With the introduction of [ForkingExecutor](../blob/master/flo-runner/src/main/java/com/spotify/flo/context/ForkingExecutor.java#L133), I started noticing some errors on BQ flo tasks. It seems to be related to the fact that I am running the flo process with...
Currently I guess one can make do with `ins()` that supports a list of tasks, and pass zero or one tasks there. Should we have a more explicit API?
It's bad practice to use Object.hashCode() across jvm instances and versions.