You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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.

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:


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.

JSON Editor Tree View

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


The tree view offers search capabilities like this:



  • No labels