ProcessManagerDeleteProcess Method |
删除流程记录
Namespace: Slickflow.Engine.Business.ManagerAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxpublic void DeleteProcess(
string processGUID,
string version,
IXPDLStorage localStorage
)
Parameters
- processGUID
- Type: SystemString
流程定义GUID - version
- Type: SystemString
版本 - localStorage
- Type: Slickflow.Engine.Business.ManagerIXPDLStorage
本地存储
See Also