Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Flowchart
order_1 [shape="ellipse",label="Order",fillcolor="violet"] 
process_class_1 [label="Fixed Priority Scheduling Process Class\nassigned to Job Chain",fillcolor="white"] 
agent_1 [label="Agent 1\nDefault Agent",fillcolor="white"] 
agent_2 [label="Agent 2\nFallback Agent\nactive after failure of Agent 1",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 2", fillcolor="lightskyblue"]

order_1 -> job_chain_1
process_class_1 -> agent_1
process_class_1 -> agent_2
job_chain_1 -> job_1 -> job_2 -> job_3

agent_1 -> job_1
agent_2 -> job_2
agent_2 -> job_3

...