...
Flowchart |
---|
order_1 [shape="ellipse",label="Order",fillcolor="violet"] process_class_1 [label="Round-Robin Scheduling Process Class\nassigned to Job Chain",fillcolor="white"] agent_1 [label="Agent 1\nFirst Agent",fillcolor="white"] agent_2 [label="Agent 2\nSecond Agent",fillcolor="white"] agent_11 [label="Agent 1\nFirst Agent",fillcolor="white"] job_chain_1 [label="Job Chain",fillcolor="orange"] job_1 [label="Job 1\nexecuted on Agent 1", fillcolor="lightskyblue"] job_2 [label="Job 2\nexecuted on Agent 2", fillcolor="lightskyblue"] job_3 [label="Job 3\nexecuted on Agent 21", fillcolor="lightskyblue"] order_1 -> job_chain_1 process_class_1 -> agent_1 process_class_1 -> agent_2 process_class_1 -> agent_11 job_chain_1 -> job_1 -> job_2 -> job_3 agent_1 -> job_1 agent_11 -> job_3 agent_2 -> job_2 |
...