Interface IFlowGraphMultiGateBlockConfiguration
Hierarchy
- IFlowGraphBlockConfiguration
- IFlowGraphMultiGateBlockConfiguration
Index
Properties
Optional is RandomSearch playground for isRandom
If the block should pick a random output flow from the ones that haven't been executed. Default to false.
Optional loopSearch playground for loop
If the block should loop back to the first output flow after executing the last one. Default to false.
Optional nameSearch playground for name
number Output FlowsSearch playground for numberOutputFlows
The number of output flows.
Optional start IndexSearch playground for startIndex
The index of the output flow to start with. Default to 0.
Configuration for the multi gate block.