Module one_of_sequential_flow

Module one_of_sequential_flow 

Source
Expand description

This module contains everything needed for constructing OneOfSequentialFlow.

For detailed behavior and examples, see the documentation of OneOfSequentialFlow and Builder.

Structsยง

Builder
Builder for OneOfSequentialFlow.
OneOfSequentialFlow
OneOfSequentialFlow executes nodes (branches) sequentially, returning when one succeeds or fails.