Assign alerts to analysts in a round-robin fashion
How do I assign a list of objects to another group of objects in a round-robin fashion using Typescript?
This code defines an Ontology edit function that assigns alerts to analysts in a round-robin fashion. It iterates through the alerts and assigns them to analysts by their employee ID, looping back to the first analyst when all analysts have been assigned an alert.