發起流程
choosecreateflow
nwfiengine
根據schemacode獲取對應的
1.獲取下一節點 nwfiengine.getnexttasknode
getnexttasknode(nwfnodeinfo beginnode, string code, bool isgetauditors, listlinelist)
將下一節點的插入lr_nwf_task
判斷node.type的型別
建立工作流人物 lr_nwf_task 表
f_nodeid 流程節點id 流程節點名稱f_nodename f_type任務型別1審批2傳閱3加簽4子流程5重新建立
f_createdate
儲存流程資訊 lr_nwf_process 表
建立人物日誌 lr_nwf_tasklog 表
審批流程
auditflows
flowable 流程發起人
1.設定流程發起人 設定流程發起人 authentication.setauthenticateduserid userid processinstance processinstance runtimeservice.startprocessinstancebykey procdefkey,bus...
php 流程管理(發起流程和審核流程)
一.發起流程和審核流程需要用到的三張表 二.寫 1.用ajax做了乙個登入頁面,用session獲取使用者名稱 2.登入介面的處理頁面 dlchuli.php session start require dbda.class.php db new dbda 造新物件 傳過來的值 uid post u...
flowable 獲取流程發起人
1.設定流程發起人 設定流程發起人 authentication.setauthenticateduserid userid processinstance processinstance runtimeservice.startprocessinstancebykey procdefkey,bus...