WorkflowJob - viewInputParams


WorkflowJob - viewInputParams

Description :

The commands displays the AO Process input parameters and values for the associated Workflow Job

Return type : java.util.List

Command Input :

Variable Name

Variable Type

Description

jobKey

DBKey

The DB Key of the workflow job

Example

The following example demonstrates how to view all the input parameters and their corresponding values.

Script





# Get the Workflow Job DBKey using the above information.

WORKFLOWJOB_DBKEY=`blcli WorkflowJob getDBKeyByGroupAndName $WORKFLOWJOB_GROUP $WORKFLOWJOB_NAME`

#View Input Parameters command.

`PARAMETERS_LIST=blcli WorkflowJob viewInputParams $WORKFLOWJOB_DBKEY'



 

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

TrueSight Server Automation Command Line Interface 20.02