中文论坛 (Forum for Chinese Speakers)

Moderator: yuhesky

By yuhesky
#23886
yuhesky wrote:
hanicwang wrote:怎么删除一个已经开始的Case?
不好意思 很久没上了,已经开始的case 只能cancel 不能删除的. 二者,即为流程软件,如果创建了一个任务就不应该删除。如果你是说创建的项目里含有case 想删除某个项目需要先清掉相应的数据库信息才可以
#784391
一 透過SQL指令, 或Trigger中使用SQL直接刪除資料庫的案件(case)資料
可以刪除資料庫中所有的案件
可以刪除特定流程中所有的案件
可以刪除特定的案件
可以刪除取消的案件
可以刪除多久以前的案件
from http://wiki.processmaker.com/index.php/ ... aker_Cases

二 在Trigger中用removeCase()刪除指定案件(case)
ex: $c = new Cases();
$c->removeCase(@@APPLICATION); //delete the existing case
from http://wiki.processmaker.com/index.php/Trigger_Examples

Thanks for the link, amosbatto! I was searching fo[…]

Hello Please can you help me with the place where […]

Hi there, I have 3.5.7, 3.8.1 and 3.8.2 versi[…]

AI bot development involves creating intelligent b[…]