flow #
Description #
The flow filter is used to redirect to or execute one or a series of other flows.
Configuration Example #
A simple example is as follows:
flow:
- name: flow
filter:
- flow:
flows:
- request_logging
Parameter Description #
Name | Type | Description |
---|---|---|
flows | array | Flow ID, in the array format. You can specify multiple flows, which are executed in sequence. |