手工新增(历史任务表)act_hi_taskinst,其实这个表记录加一条就可以
注:字段2值为空,字段值10为空,字段11、12 值都要加
-----act_hi_taskinst.PROC_DEF_ID myProcess:34:400000000000736
-----act_hi_taskinst.PROC_INST_ID_ 400000000000496
SELECT * FROM "act_hi_taskinst" aht
WHERE aht.PROC_DEF_ID_ ='myProcess:34:400000000000736'
AND aht.PROC_INST_ID_='400000000000496'
----arp.ID_ ='myProcess:34:400000000000736'
----DEPLOYMENT_ID_ = 400000000000048
SELECT *
FROM
kaka.act_re_procdef arp
WHERE arp.RESOURCE_NAME_ ='bpmn_V1.2_400000000000639.bpmn'
AND arp.ID_ ='myProcess:34:400000000000736'
----DEPLOYMENT_ID_ = 400000000000048
select * from ACT_RE_DEPLOYMENT ard
WHERE ard.ID_ ='400000000000048'
400000000000048 出库工单-郊区
SELECT * FROM act_ge_bytearray agb
WHERE agb.DEPLOYMENT_ID_ ='400000000000048'
bpmn_V1.2_400000000000639.bpmn
bpmn_V1.2_400000000000639.myProcess.png
标签:arp,手工,Activiti,400000000000736,400000000000048,20250116,myProcess,act,ID From: https://www.cnblogs.com/smallfa/p/18655012