Warning
Helix documentation is moving from docs.bmc.com to docs.helixops.ai

Key pages will redirect to the new domain on May 26, 2026. However, some legacy documentation links will not be redirected. 

In-product help links might not work after migration as we transition and update them within the product.

For any queries, reach out to IX-Support@helixops.ai.

Utility - exportLatestBatchJobRun


Utility - exportLatestBatchJobRun

Description :

This command exports the results (job run log) of the latest Batch Job run to a file. You must identify the job by its name and folder.

Return type : java.lang.Void

Command Input :

Variable Name

Variable Type

Description

jobGroupName

String

Fully qualified path to the job group that contains the Batch Job.

jobName

String

Name of the Batch Job whose results you want to export.

exportFileName

String

Name of the file that holds the export.

Example

The following example shows how to export the job run log for the latest run of a Batch Job.

Script





blcli Utility exportLatestBatchJobRun "/sampleJobGroup" "sampleJob" "C:/temp/sampleJobResult.csv"



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

TrueSight Server Automation Command Line Interface 22.2