AutomationFlowBuilder

interface AutomationFlowBuilder : AutomationFlowContributor

Known direct subclasses
ParallelFlowBuilder

Type-safe builder that builds a ParallelFlow node.

SelectFlowBuilder

Type-safe builder that builds a SelectFlow node.

SequentialFlowBuilder

Type-safe builder that builds a SequentialFlow Node.


Interface to build an automation flow. Contributors and Builders can both construct and contribute nodes to an automation flow.

Summary

Public functions

List<Node>

Public functions

nodes

fun nodes(): List<Node>