Click or drag to resize
WorkflowServiceDeleteProcess Method (String, String)
删除流程定义记录

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public void DeleteProcess(
	string processGUID,
	string version
)

Parameters

processGUID
Type: SystemString
流程GUID
version
Type: SystemString
版本

Implements

IWorkflowServiceDeleteProcess(String, String)
See Also