/**PageBeginHtml Block Begin **/ /***自定义返回顶部小火箭***/ /*生成博客目录的JS 开始*/ /*生成博客目录的JS 结束*/

activity 根据流程实例ID删除流程实例、删除流程部署

* 博客文章部分截图及内容来自于学习的书本及相应培训课程以及网络其他博客,仅做学习讨论之用,不做商业用途。
* 如有侵权,马上联系我,我立马删除对应链接。
* @author Alan
* @Email no008@foxmail.com

-- 删除流程实例(一定要以下表顺序,否则会报键约束错误)
delete from act_hi_attachment t where t.proc_inst_id_='7626';
delete from act_hi_comment t where t.proc_inst_id_='7626';
delete from act_hi_actinst t where t.proc_inst_id_='7626';
delete from act_hi_detail t where t.proc_inst_id_='7626';
 
delete from act_hi_identitylink t where t.task_id_ in (
    select t.ID_ from act_ru_task t where t.proc_inst_id_='7626'
     union all
    select t.ID_ from act_hi_taskinst t where t.proc_inst_id_ ='7626'
) or t.proc_inst_id_ ='7626';
delete from act_hi_taskinst t where t.proc_inst_id_='7626';
delete from act_hi_procinst t where t.proc_inst_id_='7626';
delete from act_hi_varinst t where t.proc_inst_id_='7626';
delete from act_ru_event_subscr t where t.proc_inst_id_='7626';
delete from act_ru_identitylink t where t.task_id_ in (
   select t.ID_ from act_ru_task t where t.proc_inst_id_='7626'
) or  t.proc_inst_id_='7626';
delete from act_ru_variable t where t.proc_inst_id_='7626';
 
delete from act_ru_task t where t.proc_inst_id_='7626';
delete from act_ru_execution t where t.proc_inst_id_='7626';
 
 
-- 删除流程部署
select t.PROC_DEF_ID_ from act_ru_task t where t.proc_inst_id_='7626' ;
select 'delete from act_re_procdef t where t.ID_='''||t.ID_||''';' as sql_str from act_re_procdef t where t.ID_ in ( 'ApexUSMEditOrganizationProcess:1:7506' )
union all
select 'delete from act_ge_bytearray t where t.DEPLOYMENT_ID_='''||t.DEPLOYMENT_ID_||''';' as sql_str from act_re_procdef t where t.ID_ in ( 'ApexUSMEditOrganizationProcess:1:7506' ) ;
union all
select 'delete from act_re_deployment t where t.ID_='''||t.DEPLOYMENT_ID_||''';' as sql_str from act_re_procdef t where t.ID_ in ( 'ApexUSMEditOrganizationProcess:1:7506' ) ;

posted @   一品堂.技术学习笔记  阅读(2022)  评论(0编辑  收藏  举报
编辑推荐:
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
阅读排行:
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?
历史上的今天:
2018-07-08 CentOS7 安装Docker
2018-07-08 centos7安装出现license information(license not accepted)解决办法
点击右上角即可分享
微信分享提示