HP Device Manager 4.5 - Database Schema Guide
22
dm_sub_tasks
This is the sub-task table, which stores sub-task information.
1. Table columns
Column Name
Type Name
Column Size
Nullable
Primary Key
Description
subtask_id
nvarchar
50
NO
√
If it is a sequence task: it will be
consist of ‘0’, ‘1’, or ‘2’;
If it is not: the field value will be blank.
task_id
nvarchar
50
NO
√
Refer to dm_tasks.task_id
base_name
nvarchar
50
NO
Base template name
file_name
nvarchar
255
YES
The generated task file name.
The file is stored in
HPDM_DIR/Server/tasks
task_comment
nvarchar
255
YES
Comment
task_type
nvarchar
50
YES
It contains:
“PXETask”,
“Clone”,
“GatewayTask”,
“Task”
2. Relevant UI