SelectNodeDsl

interface SelectNodeDsl : AutomationFlowContributor

Known direct subclasses
SequentialFlowBuilder

Type-safe builder that builds a SequentialFlow Node.


Interface for constructing Select nodes and contributing them to an automation flow. For example this can be used to construct and add a select node inside a sequential flow.

Summary

Public functions

open Unit

Public functions

select

open fun select(block: SelectFlowBuilder.() -> Unit): Unit