HP Device Manager 4.6 - Database Schema Guide

dm_sub_tasks
This is the subtasks table, which stores subtask 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 0, 1, or 2.
If it is not: the field value will be blank.
task_id nvarchar 50 NO See task_id in dm_tasks.
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, and Task.
2. Relevant UI
22