Skip to content

Commit d681e58

Browse files
committed
Fix blocking issue
1 parent 978ce10 commit d681e58

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

articles/iot-operations/connect-to-cloud/concept-dataflow-graphs.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,9 @@ Each transform is a pre-built processing step that you configure with rules and
5353

5454
## How transforms compose
5555

56-
Transforms connect in sequence inside a `DataflowGraph` resource:
56+
Transforms connect in sequence inside a `DataflowGraph` resource: **Source > Transform A > Transform B > … > Destination**.
5757

58-
`Source ──→ Transform A ──→ Transform B ──→ … ──→ Destination`
59-
60-
Branch transforms split the flow into parallel paths, and concat transforms merge them back:
61-
62-
```
63-
┌── true ──→ Transform X ─┐
64-
Source ──→ Branch ──────┤ ├──→ Concat ──→ Destination
65-
└── false ──→ Transform Y ─┘
66-
```
58+
Branch transforms split the flow into parallel paths, and concat transforms merge them back.
6759

6860
You can chain any number of transforms in any order. A pipeline with a single map transform is as valid as one that filters, branches, maps each path differently, merges, and then aggregates over a time window.
6961

0 commit comments

Comments
 (0)