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

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal int GetProcessInstanceCount(
	IDbConnection conn,
	string processGUID,
	string version
)

Parameters

conn
Type: System.DataIDbConnection
连接
processGUID
Type: SystemString
流程GUId
version
Type: SystemString
版本

Return Value

Type: Int32
流程实例记录数
See Also