Versions Compared

Key

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

Table of Contents

Introduction

...

  • JOC Cockpit offers a graphical workflow editor to design workflows, jobs and dependencies.
  • Workflows can be designed by drag & drop in a graphical view and they can be edited in a JSON source code view.

Graphical Workflow Editor

The workflow editor is available from the Configuration->Inventory View that offers the following panels:

  • Left panel: The tree allows to navigate to folders and objects. Workflows can be available in any folder from the sub-folder Workflows.
  • Middle panel: The design view allows to drag & drop JS7 - Workflow Instructions from the tool panel to a workflow. 
  • Right panel: The property editor allows to manage the properties of instructions such as jobs that are available with a workflow.

Image Modified

JSON Object Editor

JS7 stores scheduling objects in JSON format. Users can display and can modify the JSON representation of objects such as workflows from the object's action menu:

Image Added


The action menu items Show JSON and Edit JSON bring forward popup windows to display and to modify JSON code respectively.

JSON Editor Code View

The Code View offers the raw JSON format for modification of scheduling objects.

  • Users can copy/paste JSON code to this view.
  • Changes to the JSON format are validated by use of JSON Schemas.

Image Added

JSON Editor Tree View

The JSON Editor offers to switch from code view to tree view.

Image Added


The tree view offers search capabilities like this:

Image AddedImage Removed