[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <routing-instances>
        <instance>
            <routing-options>
                <flow>
                    <route>
                        <name>name</name> <!-- identifier -->
                        <match>...</match> <!-- mandatory -->
                        <then>...</then>
                    </route>
                </flow>
            </routing-options>
        </instance>
    </routing-instances>
</configuration>

Description

Flow route.

Contents

<match>—Flow definition.

<name>—No documentation is available yet.

<then>—Actions to take for this flow.


[Contents] [Prev] [Next] [Index] [Report an Error]