Skip to content

Job

For the job definition you have created, select the "Execute" menu item from the list, and the job will be sent to the queue and executed when ready. This section describes how to run and stop jobs and how to monitor job execution.

Execution

Jobs can be executed immediately from the menu in the job definition or by satisfying trigger conditions in the scheduler.

Run from menu

  1. Go to Side Menu > Batch. Select the "Job Definition" button at the top of the screen.
  2. A list of job definitions is displayed.
  3. Open the right menu of the job you want to run and click on the "Run" menu.
  4. Click the "EXECUTE" button in the upper right corner of the Run Job dialog.
  5. The job definition is sent to the queue and the job is executed.
  6. Clicking the Queue button at the top of the screen displays a list of jobs in the queue.
  7. You can check the status of the job.

Run from the scheduler

A job is automatically sent to the queue when the trigger condition in the job definition is met. Submitted jobs begin execution when they are ready.

Termination

Running jobs can be stopped in the following ways:

  1. Go to Side menu > Batch. Select the "Job Queue" button at the top of the screen.
  2. A list of jobs sent to the job queue is displayed.
  3. Open the right menu of the job you want to stop and click the "Terminate" menu.

Running jobs are stopped under the following conditions:

  • An error occurred during the script and it stopped.
  • A timeout occurred during the script and it stopped.

Tips

Monitoring

Jobs in the job queue can be checked for status and execution time.

Job Statuses

The meaning of each status is as follows. Jobs sent to the job queue are first placed in "Waiting" status.

StatusDescription
WaitingJob has been sent to the job queue and is waiting to be processed
RunningJob is running
SucceededState in which the job is successfully completed
FailedState in which the job terminated with a stop or failure

Tips

Job execution time

Job stop time (or current time) - Displays the value of the job start time.

Job Details

On the job detail screen, job information, execution time, status reason, execution log can be viewed.
The Job Details screen can be accessed in the following manner:

  1. Go to "Side Menu""Batch" - select the "Job Queue" button at the top of the screen.
  2. A list of jobs sent to the job queue is displayed.
  3. Open the right menu of the job you want to check and click the "Detail" menu, or click the link of the job name.

Tips