Versions Compared

Key

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

...

Links can be added to job titles.
These are mainly intended to be used to provide a convenient link to job documentation. The

Such links can be added in JOE (JobScheduler Object Editor) as shown in the screenshot below, which shows a simple HTTP link:

Image Added

 

Image Removed

In JOC (JobScheduler Operations Center) this link will then look like:

 Image Added

Image Removed

The following conditions have to be met before a title containing an URL will be shown in JOC:

...

Links can also be placed in "a" tags as shown in the following examples:

Example 1

Open JOE and type the following text in the title field of a job:

...

JOC will now show the following title for the job:
"See here for more information and also www.sos-berlin.com."

Example 2

...

: Links to documentation within the

...

SCHEDULER_

...

DATA directory

JOC knows a virtual directory ./scheduler_data/jobs which points to the jobs directory in the working directory of the JobScheduler.
So, when a link in the job title is defined with ./jobs/my_job_descriptions/test1.html, JOC will look for the file at the location ./scheduler_data/jobs/my_job_descriptions/test1.html.

...