刪除乙個工作流

2021-06-05 07:27:01 字數 1664 閱讀 7289

--刪除乙個工作流

delete from wfprocess t where t.processname=\'wotracking\' and t.processrev=\'18\';

delete from wfsubprocess  t where t.processname=\'wotracking\' and t.processrev=\'18\';

delete from wfaction  t where t.processname=\'wotracking\' and t.processrev=\'18\';

delete from wfassignment  t where t.assigncode is null and t.wfid=0 and t.processname=\'wotracking\' and t.processrev=\'18\';

delete from wfcondition   t where t.processname=\'wotracking\' and t.processrev=\'18\';

delete from wfinput   t where t.processname=\'wotracking\' and t.processrev=\'18\';

delete from wfinteraction t where t.processname=\'wotracking\' and t.processrev=\'18\';

delete from wfnode t where t.processname=\'wotracking\' and t.processrev=\'18\';

delete from wfnotification t where t.processname=\'wotracking\' and t.processrev=\'18\';

delete from wfrevision t where t.processname=\'wotracking\' and t.processrev=\'18\';

delete from wfstart t where t.processname=\'wotracking\' and t.processrev=\'18\';

delete from wfstop t where t.processname=\'wotracking\' and t.processrev=\'18\';

delete from wftask t where t.processname=\'wotracking\' and t.processrev=\'18\';

delete from wfwaitlist t where t.processname=\'wotracking\' and t.processrev=\'18\';

delete from maxrole t where t.maxrole in(select t1.roleid from wfassignment t1 where t1.assigncode is null and t1.wfid=0 and t1.processname=\'wotracking\' and t1.processrev=\'18\');

delete from action where action in(select t.action from wfaction t where t.processname=\'wotracking\' and t.processrev=\'18\');

乙個工作流的業務例子

乙個工作流的業務例子 學工作流要有例子,憑空想像的例子與真實的應用是有差距的,看了一下以前幹過的例子,工控涉汲硬體控作不適業當例子。有些業務性又太強,光理解業務就要好久。發現這個與行政許可相關的例子還不錯,與日常生活也比效接近,就把業務遊程圖與系統流程圖傳上來了。以下檔案是jpg格式,只是將副檔名改...

乙個工作流的業務例子

乙個工作流的業務例子 學工作流要有例子,憑空想像的例子與真實的應用是有差距的,看了一下以前幹過的例子,工控涉汲硬體控作不適業當例子。有些業務性又太強,光理解業務就要好久。發現這個與行政許可相關的例子還不錯,與日常生活也比效接近,就把業務遊程圖與系統流程圖傳上來了。以下檔案是jpg格式,只是將副檔名改...

工作流 一 什麼是工作流

什麼是工作流 工作流的英文全稱是 workflow,簡單理解則是業務流程的計算機化或自動化。它是是針對工作中具有固定程式的常規活動而提出的乙個概念,通過將工作活動分解定義良好的任務 角色 規則和過程來進行執行和監控,達到提高生產組織水平和工作效率的目的。工作流技術發端於70年代中期辦公自動化領域的研...