We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f69b08 commit 745eb59Copy full SHA for 745eb59
Docs/FexElementsRef.md
@@ -66,6 +66,13 @@ mechanism with methods of the following basic form:
66
---
67
<a id="id-seq"></a>
68
### `Sequence: Seq(s => s...)`
69
+```mermaid
70
+graph LR
71
+ subgraph "Seq (Sequence)"
72
+ direction LR
73
+ A[FexElement 1] --> B[FexElement 2] -.-> C[FexElement n];
74
+ end
75
+```
76
A Sequence defines a series of steps that must complete in full in order to pass. Sequences are the primary building structures of flow expressions:
77
78
- A sequence consists of one or more FexElements.
0 commit comments