Versions Compared

Key

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

Table of Contents

Introduction

A With JobScheduler Release 1.10. a new job diagram viewer ist is available with JobScheduler. see JOE-36This viewer uses the graphviz dot command line tool to generate the graphs which are then displayed in JOE - JobScheduler Object Editor:

Feature Availability

Display feature availability
StartingFromRelease1.10

Enabling Job Diagram for JOE

To enable the job diagram viewer, please install install the graphviz dot command line tool:

...

  • whether dot it is

...

  • correctly installed, open a command shell and

...

  • type: dot -?
    • This command should show the usage for dot

    • If this did not work for you yet, please add the path to the Graphviz binaries into your PATH (environment variable).

  • Hint:

...

  • if dot is not available then JOE writes the value false

...

  • to JavaSoft/Prefs/com/sos/joe/globals/options/properties/com.sos.joe.globals.options./Options/editor.jobchain.digagram.show

Diagram View

The job diagram viewer is located in the job chain nodes form in a separate tab. Also selecting a job chain shows the job chain diagram in the job chain form.

The diagram below shows a typical job chain:

 

Image Added

Related Issue

Jira
serverSOS JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId6dc67751-9d67-34cd-985b-194a8cdc9602
keyJOE-36

Graphviz can be downloaded from here:  http://www.graphviz.org/Download..phpImage Removed