Versions Compared

Key

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

...

SettingDefaultExplanation
autosys.input.splitConfigurationtruefalse

Creates separate XML files containing the original AutoSys® job definition for each standalone job (a job without any conditions) or for each box job.

Example:

autosys.input.splitConfiguration = falsetrue

autosys.input.diagram.generatetruefalse

Specifies that diagram files in SVG format should be created.

Example:

autosys.input.diagram.generate = falsetrue

autosys.input.diagram.optimize.dependenciesfalse

Attempts to resolve AutoSys® job conditions in order to reduce the dependencies (arrows) between various jobs in diagrams.

autosys.input.diagram.outputFormatsvg

Specifies the output format of diagram files.

autosys.input.diagram.size0


autosys.input.diagram.graphviz.executable

Specifies the location of the graphviz dot executable to create SVG output files for diagrams.

Example:

autosys.input.diagram.graphviz.executable = C:/Program Files/Graphviz/bin/dot.exe

autosys.input.diagram.graphviz.cleanupDotFilesfalse

Specifies if existing SVG output files should be deleted on start of conversionwhether the converter should delete the .dot (internal Graphviz format) files once the conversion is complete.

Example:

autosys.input.diagram.graphviz.cleanupDotFiles = true

...