ExecutionTask - setAutoGenerated
ExecutionTask - setAutoGenerated
Description:
This command sets the AUTO_GENERATED property for an Execution Task.
Return type: DBKey
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
etGroup | String | Execution Task Group. |
etName | String | Name of the Execution Task. |
autoGen | Boolean | AUTO_GENERATED: true/false. |
Example
The following example shows how to set the AUTO_GENERATED property of an existing Execution Task:
Script
etGroup = "/Sample_ExecutionTask_Group"
etName = "Sample_ExecutionTask"
autoGen = true
ET_KEY=`blcli ExecutionTask setAutoGenerated $etGroup $etName $autoGen`
etName = "Sample_ExecutionTask"
autoGen = true
ET_KEY=`blcli ExecutionTask setAutoGenerated $etGroup $etName $autoGen`
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*