Skip to content

Batch Jobs

The Batch module allows you to view, monitor, and manage all batch jobs in the system. You can also re-run, cancel, and view detailed information about each job.


Viewing Batch Jobs

  1. Navigate to the Batch menu from the top navigation bar.
  2. The Batch Job List page will display all available batch jobs with the following columns:
  3. Name – The name of the batch job.
  4. Status – Current status (e.g., COMPLETED, RUNNING, FAILED).
  5. Cluster – The cluster where the job ran.
  6. User – The user who created the job.
  7. Elapsed Time – The total execution time of the job.
  8. Start Time – The job start time.
  9. End Time – The job end time.
  10. Action – A menu with available actions for the selected job.

Batch Job List


Batch Job Actions

From the Action menu (three-dot button) for each job, you can:

  • Details – View full batch job details.
  • Re-run – Clone the batch job to create a new one with the same configuration.
  • Cancel – Stop a running batch job at any point in time.

Batch Actions


Viewing Batch Job Details

  1. Click Details from the Action menu.
  2. The Batch Details window will open, showing:
  3. Provider, Account ID, Region, Cluster Name
  4. Application and Version
  5. Batch Name and Execution Type
  6. Template Name and Version (if applicable)

  7. Below this section, you will see the list of jobs in the batch with:

  8. Name
  9. Batch Sequence
  10. Status
  11. Parent Job
  12. Queue Name
  13. Total Tasks
  14. CPUs per Task
  15. Working Directory
  16. Command

  17. To view additional job parameters, click the down arrow next to the job. This will expand the row and show detailed parameters.

  18. Click the up arrow to collapse the details.

Batch Job Details


Re-running a Batch Job

  1. From the Action menu, select Re-run.
  2. The system will open the job creation form pre-filled with all parameters from the original batch job.
  3. You can modify any parameter as needed before submitting the new job.

Canceling a Batch Job

  1. From the Action menu, select Cancel.
  2. The batch job will stop immediately, regardless of its current stage.

Creating a Batch Job

The Job module allows you to create and configure multiple jobs as part of a batch execution. You can run these jobs either in sequence or independently.


Steps to Create a Batch Job

Navigate to the Job Module
Open the Create Job form.

Fill in General Job Details
1. Provider: Select your cloud provider (e.g., AWS)
2. Account: Choose the account where the job will run
3. Region: Select the desired region
4. Cluster Name: Pick the target cluster
5. Application: Choose the application to run
6. Version: Select the version of the application

Batch Job Creation

Select Batch Job Option
1. Choose Batch Job instead of Single Job
2. Enter a Batch Name

Batch Job Creation

Using a Predefined Template (Optional)
1. You can also create a batch job by selecting a predefined Template and Template Version.
2. This will automatically pre-fill all the necessary job parameters, significantly reducing creation time.
3. You can still modify any of the pre-filled parameters as needed before submitting.
4. This option also allows you to create multiple batch jobs quickly with consistent settings.

Batch Job Creation

Execute in Sequence (Optional)
1. Enabled: Jobs will execute one after another in the order listed.
2. Disabled: Jobs will execute independently, without waiting for the previous job to complete.

Batch Job Creation

Configure Each Job in the Batch
For each job:
1. Job Name: Provide a unique name
2. Queue: Select the job queue
3. Total Tasks: Enter the number of tasks to run
4. Working Directory: Specify the working directory path
5. CPUs per Task: Enter the number of CPUs per task
6. Command: Enter the script or commands to execute

Batch Job Creation

Adding More Jobs
1. Click Add to create a new job within the batch
2. The new job will be cloned from the previously filled job (Job 01), allowing you to edit only the fields you need to change
3. You can repeat this step to add any number of jobs as required

Batch Job Creation

Run the Batch Job
1. Choose to run the job Immediately or At a specific time
2. Click Continue to proceed and submit the batch job

Batch Job Create

  1. After clicking Continue, the system will display the budget details for the job, including:
  2. Budget Type (e.g., Queue)
  3. Total Budget
  4. Used Budget
  5. Available Budget
  6. Estimated Job Cost
  7. Total Licenses, Used Licenses, and Available Licenses

Batch Job Creation

Review the budget information carefully. Once confirmed, click the Submit button to proceed with running the job.


    📌 General Notes
  • If you encounter any UI issues or have questions about job submissions or status, please contact the Admin for support.