I would like to implement the following workflow in Python. On the example i have 5 processes running in parallel.One process is defined as manager while the others are all workers. The manager performs the control routine multiple times in a round-robin fashion until all workers stop.I would like to implement the following workflo