Click or drag to resize
WorkflowServiceGetProcessInstanceCount Method
判断流程实例是否存在

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

Parameters

processGUID
Type: SystemString
version
Type: SystemString
流程定义版本

Return Value

Type: Int32
流程实例记录数

Implements

IWorkflowServiceGetProcessInstanceCount(String, String)
See Also