ParallelNodeDsl

interface ParallelNodeDsl : AutomationFlowContributor

Known direct subclasses
SequentialFlowBuilder

Type-safe builder that builds a SequentialFlow Node.


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

Summary

Public functions

open Unit

Public functions

parallel

open fun parallel(block: ParallelFlowBuilder.() -> Unit): Unit