Information
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.

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*

BMC Server Automation Command Line Interface 8.3