Skip to main content

route

Description

FlowSource code

TODO

Options

selection

selection *SelectionMode

Selection defines the selection mode: single or multi.

routes

routes *RouteCondition[]

Routes are the possible runnable routes which conditions for selection.

enum SelectionMode

single

single

multi

multi

type RouteCondition

name

name *string

Name if the overall summary of this route.

when

when *string (Value expression)

When is the predicate expression for filtering.

then

then *Step[]

Then is the steps to process.