Skip to content

AppendOnceFlow

AppendOnceFlow is a ResolvedFlow with once flag enabled.

AppendOnceFlow is created when CoreDataflowNodeProcessor is requested to process an UnresolvedFlow with once flag enabled (and FlowResolver is requested to convertResolvedToTypedFlow).

AppendOnceFlow reads source(s) completely and appends data to the target, just once.

Creating Instance

AppendOnceFlow takes the following to be created:

AppendOnceFlow is created when:

once Flag

Flow
once: Boolean

once is part of the Flow abstraction.

once is always enabled (true).