time:
label: flow-timing
flow:
- log: {} # nested plugins here
time:
label: flow-timing
flow:
- log: {} # nested plugins here
Syntax
time:
'$ref': <string>
flow:
- <flow>
label: <string>
time:
'$ref': <string>
flow:
- <flow>
label: <string>
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| $ref | false | - | Reference a component defined under components. | - |
| label | false | - | Optional label prefix for log lines. Use it to distinguish logs from multiple blocks. | "Validation" |
Child Structure
| Element | Cardinality | Description |
|---|---|---|
| flow | 0..* | Sets the flow of plugins that will be executed. |