Skip to content

Flow

Flow is an extension of the GraphElement abstraction for flows in dataflow graphs.

Flows must be successfully analyzed, thus resolved, in order to determine whether they are streaming or not.

Contract (Subset)

FlowFunction

func: FlowFunction

FlowFunction of this Flow

Used to create an UnresolvedFlow

See:

once

once: Boolean

Indicates whether this is a ONCE flow or not. ONCE flows can only be run once per full refresh.

Default: false

See:

Used when:

Implementations