1.jbpm_task
字段 含義
id_ 流程任務的標識 主鍵
name_ 任務名字
description_ 任務描述
processdefinition_ 任務所屬的流程定義 對應jbom_processdefinition外來鍵
isblocking_ 任務時候阻塞
issingalling_ 任務是否驅動token
condition_ ??
duedate_ 任務的持續時間,表明任務應在多長時間內完成
priority_ ??
actoridexpression_ ??
pooledactor***pression_ ??
taskmgmtdefinition_ 任務所屬的任務模組id
tasknode_ 任務所屬的task_node,對應jbpm_node
startstate_ 任務所屬的start_node,對應jbpm_node
assignmentdelegation_ ?
swimlane_ 任務的角色
taskcontroller_ 所屬流程任務的控制器
2.jbpm_taskcontroller表:
字段 含義
id_ 流程任務控制器的標識,主鍵
taskcontrollerdelegation_ 流程任務控制器的**,對應jbpm_delegation
jbpm_taskinstance表:
字段 含義
id_ 任務例項的標識 主鍵
class_ 任務型別
version_ 任務版本號
name_ 任務名字
description_ 任務描述
actorid_ 任務參與者的id
create_ 任務建立時間
start_ 任務開始時間
end_ 任務結束時間
duedate_ 任務持續時間
priority_ ??
iscanclled_ 是否被取消
issuspended_ ??
isopen_ ??
issignalling_ 是否執行下去
isblocking_ 是否阻塞
task_ 任務的id,對乙個於jbpm_task的id,外來鍵
token_ 令牌的id,對應於jbpm_token的id,外來鍵
procinst_ ??
swimlaninstance_ 泳道例項,對應於jbpm_swimlaneinstance的id,外來鍵
taskmgmtinstance_ 任務所屬的流程模組例項,對應於jbpm_moduleinstance的id,外來鍵
jbpm_moduledefinition_表:
字段 含義
id_ 模組定義的id
class_ 模組定義的型別:
m:org.jbpm.module.def.moduledefinition
c:org.jbpm.context.def.contextdefinition
f:org.jbpm.file.def.filedefinition
l:org.jbpm.logging.def.loggingdefinition
i:org.jbpm.logging.def.loggingdefinition
t:org.jbpm.taskmgmt.def.taskmgmtdefinition
name_ 模組定義的名字
processdefinition_ 流程定義的id,對應於jbpm_processdefinition的id,外來鍵
starttask_ 型別為t時使用,對應於jbpm_task,外來鍵
jbpm_moduleinstance表:
字段 含義
id_ 模組例項的標識,主鍵
version_ 模組例項的版本
processinstance_ 流程例項id,對應於jbpm_processinstance的id,外來鍵
taskmgmtdefinition_ 任務類模組例項所屬的任務模組,對應於jbpm_moduledefinition
name_ 模組名字
MYSQL資料庫表字段型別(二)
文字字串型別 鏈結 整數型別,浮點數型別和定點型別 二進位制字串型別 字串型別用來儲存字串資料,除了可以在儲存字串資料之外,還可以儲存其他資料,比如和聲音的二進位制資料。mysql還支援兩類字元型資料 文字字串型別。文字字串二進位制字串 表一型別名稱 說明儲存需求 char m 固定長度非二進位制字...
資料庫表字段介紹
相應字段 categoryid 型別id categoryname 型別名 description 型別說明 picture 產品樣本 customercustomerdemo 客戶型別表1 相應字段 customerid 客戶id customertypeid 客戶型別id customerdem...
JBPM資料庫表說明 1
jbpm資料庫表說明 1.1 jbpm processdefinition 流程模版 表欄位名 字段含義 主鍵 外來鍵 id 流程模版標識 name 流程模版名稱 version 流程模版版本,對於同一流程模版,多次插入資料庫時,資料庫中有多條記錄,每條記錄中的版本號一次增加 isterminati...