Versions Compared

Key

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

Table of Contents

Introduction

The JS7 Product Knowledge Base includes a larger set of examples that are explained with the respective articles and JS7 - How To sections.

...

  • As .json files for upload to individual scheduling objects such as workflows and calendars that are managed from JOC Cockpit's Configuration view.
  • As .zip archives for import from JOC Cockpit's Configuration view.

Upload of .json Files

Assume the following .json sample file of a Job Resource for download: Global-Variables.jobresource.json

  • The sample file implements a number of global environment variables that can be assigned to workflows and jobs, for details see JS7 - Job Resources.
  • File names indicate the object type: .jobresource.json, .workflow.json, .calendar.json, .schedule.json etc.
  • Files include the JSON representation of scheduling objects which is the storage format of objects in JS7.

The proceeding for upload is the same for any object type.

Proceeding for Upload

Step 1: Create a new corresponding object

...

  • Configuration view

...

Image Removed

In a next step a popup window appears that asks for the object name like this:

...

Image Removed

Step 2: Upload the sample file

You now should find an empty object with the specified name.

...

Image Removed

Having clicked the upload icon a popup window invites to select a file for upload:

  • You can select a file from the Choose Files for Upload button and you can drag & drop files.
  • With the file being selected the screen looks like this:

Image Removed

When clicking the Upload button the object on your screen is replaced by the contents of the uploaded file.

...

Image Removed

Proceeding for Copy & Paste

As an alternative you can copy & paste the contents of a downloaded file like this.

...

Image Removed

...

Image Removed

Paste into this window the contents of the download file.

...

Image Removed

...

  • .

Import of .zip Archives

The JS7 Product Knowledge Base provides such archives in case that a number of objects should be imported, for example a workflow and its corresponding Resource Lock.

...