UpgradeModelObjectsJob - removeJobGroupFromJob
UpgradeModelObjectsJob - removeJobGroupFromJob
Description :
This command removes a job group from an existing Upgrade Model Objects Job.
The jobKey argument is a DBKey that refers to the job you want to modify. The groupId argument is the ID of the job group you want to remove from the job.
This command returns a handle to the updated job. Note that this handle is different than any existing handle to this job. All older handles are invalid.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
jobKey | DBKey | Handle to the job. |
groupId | Integer | ID of the job group. |
Example
The following example shows how to remove a job group from an existing Upgrade Model Objects Job.
Script
JOB_KEY=`blcli UpgradeModelObjectsJob getDBKeyByGroupAndName /group1 upgrade_co_job`
GROUP_ID=`blcli JobGroup groupNameToId /group1`
JOB_KEY=`blcli UpgradeModelObjectsJob removeJobGroupFromJob $JOB_KEY $GROUP_ID`
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*