You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/startleft-processors/diagram/Visio-Mapping.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,11 @@ arrays for the mappings of each type of element:
55
55
```yaml
56
56
trustzones: []
57
57
components: []
58
-
dataflows: []
58
+
configuration: {}
59
59
```
60
60
61
-
Each of these arrays contains the information for mapping shapes into TrustZones, Components or Dataflows, respectively.
61
+
Each of these arrays contains the information for mapping shapes into TrustZones, Components, or configure
62
+
particular behavior for the processor.
62
63
Also note that all three are mandatory and have to be included in each mapping file, even if they only contain an empty array.
63
64
64
65
### Mapping TrustZones
@@ -353,8 +354,7 @@ The resulting OTM will be as follows:
353
354
More info in the <a href="https://learn.microsoft.com/en-us/openspecs/sharepoint_protocols/ms-vsdx/e58f5f25-76d8-4f65-ae24-d286b10168d7" target="_blank">official Microsoft documentation</a>.
354
355
355
356
### Mapping DataFlows
356
-
Despite the fact that a `dataflows` tag is already defined in the mapping file structure, and it is required by the schema,
357
-
the DataFlows mapping process is fixed and not configurable. Basically, it takes all the arrows in the Visio source that connect
357
+
The DataFlows mapping process is fixed and not configurable. Basically, it takes all the arrows in the Visio source that connect
358
358
components that are mapped and create a DataFlow for them. If some arrow connects shapes that are not mapped, the
359
359
DataFlow is not created. This can be easily understood with the following picture:
360
360
@@ -388,7 +388,7 @@ All these functionalities are available to map both, components and TrustZones.
388
388
389
389
This configuration sets all the shapes of name/type `AmazonS3` or `AmazonSimpleStorageServiceS3` to components of type `s3`
0 commit comments