Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
for_each_category [2026/08/28 03:20] hermann Sync from local documentation review |
for_each_category [2026/09/09 11:43] (current) hermann |
||
|---|---|---|---|
| Line 31: | Line 31: | ||
| Executions for different categories can run simultaneously when there is no dependency between them. | Executions for different categories can run simultaneously when there is no dependency between them. | ||
| - | When Map has zero categories and the results produced by the contained functors are used outside this container, connect a Junction so that a result is still provided by another functor in that case. | + | When Map has zero categories and a result produced by the contained functors is used outside the container, connect a matching [[functor_list#junction|junction]] after the container, so a value still reaches the rest of the model if there are no categories to process. |
| See Lesson 14, "Using For Each Category and Region Manager," for a practical example of this functor. | See Lesson 14, "Using For Each Category and Region Manager," for a practical example of this functor. | ||