Skip to content

Job

Jobs deployed in batch applications can be checked in Config and Monitoring > Batch, where jobs can be executed or stopped.

Execution

Jobs can be executed either from the job list in Config and Monitoring > Batch or by the scheduler when a trigger condition is met.

Execute from menu

  1. Go to [Side Menu] - Config and Monitoring - Batch - Deployed Jobs.
  2. A list of deployed jobs will be displayed.
  3. Click the three vertical dots to the right of the job you want to run and click Run.
  4. The job will be sent to the queue and executed.
  5. Click the Job Queue icon in the top right to check the job queue.
  6. A list of jobs sent to the job queue will be displayed.

Execute from the scheduler

When the trigger conditions in the job definition are met, the job is automatically submitted to the queue and will begin executing when ready.

Stop

If the job status is Starting or Running, you can stop the job in the following way.

  1. Go to Side Menu - Config and Monitoring - Batch - Job Queue.
  2. A list of jobs submitted to the job queue will be displayed.
  3. Select the status Running or Starting in the filter.
  4. A list of jobs in each status will be displayed.
  5. Open the right menu of the job you want to stop and click the Stop menu.

A running job will be stopped due to the following conditions:

  • An error occurs during the script and the job is stopped.
  • A timeout occurs during the script and the job is stopped.

Cancel

If the job status is Submitted, Pending or Runable, you can cancel the job by doing the following:

  1. Go to Side Menu - Config and Monitoring - Batch - Job Queue.
  2. A list of jobs submitted to the job queue will be displayed.
  3. Select the status Submitted, Pending or Runable in the filter.
  4. A list of jobs in each status will be displayed.
  5. Open the right menu of the job you want to stop and click the Cancel menu.

Job status

Here’s what each status means: A job submitted to the job queue will initially be in “Starting” status.

StatusDescription
SubmittedState when submitted to queue
PendingState when job is waiting for execution
RunnableJob ready for execution state
StartingContainer startup state before job execution
RunningJob currently executing state
SucceededJob completed successfully state
FailedJob terminated or failed completion state