How would we describe the following graph like the example (with fork and join)?

In the example below why does the "count" start with 3?

How would we describe the following graph like the example (with fork and join)?

In the example below why does the "count" start with 3?

Copyright © 2021 Jogjafile Inc.
Up to 5 tasks may concurrently execute
It just is a name for the constant 3 that is later used for a JOIN. It denotes the number of threads that need to arrive at that
JOIN Countstatement before the joined thread will continue with further tasks. That 3 corresponds to the number of incoming arrows at nodeS7in the graph.