Versions Compared

Key

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

...

  • JOC Cockpit and Controller each implement a passive cluster with an active node an and a standby node.
  • Agents can be operated standalone or as instances of a JS7 - Agent Cluster that implements active-passive and or active-active scheduling.

...

The components interact as described from in the slide below slide:

  • The JOC Cockpit implements:
    • the user interface for access by browsers.
    • the JS7 - REST Web Service API that
      • is connected to a database to which persistently store stores the inventory and the history of workflow executions.
      • performs any operations to manage Controllers.
  • The Controller connects to Agents:
    • for JS7 - Deployment of workflows, 
    • to forward orders for workflow execution,
    • to receive execution results from Agents.
  • The Agents:
    • execute workflows and jobs,
    • return execution results and log output to the Controller.

...