SequentialDsl

interface SequentialDsl : AutomationFlowContributor

Known direct subclasses
ParallelFlowBuilder

Type-safe builder that builds a ParallelFlow node.

SelectFlowBuilder

Type-safe builder that builds a SelectFlow node.


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

Summary

Public functions

open Unit

Public functions

sequential

open fun sequential(block: SequentialFlowBuilder.() -> Unit): Unit