Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

JobRun - findRunKeyById

JobRun - findRunKeyById

Description :

This command returns the handle of a particular job run. You must provide the ID for a job run.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

jobRunId

Integer

Run number of the job run.

Example

The following example shows how to select a job run by the job run number.

Script


RUNID=23497



RUN_KEY=`blcli JobRun findRunKeyById $RUNID`

Was this page helpful? Yes No Submitting... Thank you

Comments