ProcessManagerDelete Method (String, String) |
删除流程记录
Namespace: Slickflow.Engine.Business.ManagerAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxpublic void Delete(
string processGUID,
string version
)
Parameters
- processGUID
- Type: SystemString
流程GUID - version
- Type: SystemString
版本
See Also