This high level diagram gathers all flows in this model to show how components interact at a high level.
Flow ID | {% if "Image Source" in sceneReports[report]['dataFlowTable'][0] %}Pitcher | Data Construction | Catcher | {% else %}Pitcher | Catcher | Transport | Data | {% endif %}
---|---|---|---|---|---|---|---|
{{row["Flow ID"]}} | {{row["Pitcher"]}} | {% if "Image Source" in row %}
|
{{row["Catcher"]}} | {% else %}{{row["Catcher"]}} |
{% for item in row["Transport Chain"] %}
{% for i in range(loop.index) %}
-
{% endfor%}
{{ item.__class__.__name__ }} {% endfor %} |
{{ row["Data"] }} | {% endif %}