@startuml images/02-02-01_activity.png title Image 2.2.1: Audit Job Listener Process Harvest List (*)-down-> "Query Metacat DB for all Pids" -down-> "Loop" note left: set counter = 0 -down-> if "Have Next Record" as NextRecord then -left->[yes] "add pid to temp list" -down-> if "Is counter < 100" then -up->[yes] NextRecord else partition "Process Temp List" -up->[no] "Start Process Temp List" end partition -up-> NextRecord endif else partition "Process Temp List" -up->[no] "Start Process Temp List" as processtmplist end partition endif processtmplist -down-> "Send All Pids Harvested signal" -down-> (*) @enduml