Versions Compared

Key

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

...

PDF
nameJS7_JobScheduler_Implementation_Architecture.pdf

Workflows and Orders

Workflow configurations are deployed from the JOC Cockpit to a Controller that forwards them to the connected Agents:

  • Agents execute instructions and jobs from a workflow.
  • Agents report back execution results and the job log output by returning events.

Image Added


Orders are managed by the JOC Cockpit and are submitted to Controllers that forward them to the connected Agents:

  • Agents start workflows based on the order's scheduled start time.
  • User interventions include canceling, suspending and resuming orders. Such operations are sent by the JOC Cockpit to the Controller which then forwards them to connected Agents.

Image Added

Controller and Agent Implementation Architecture

...