Click or drag to resize
ProcessManagerGetByVersionInternal 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 ProcessEntity GetByVersionInternal(
	string processGUID,
	string version
)

Parameters

processGUID
Type: SystemString
version
Type: SystemString

Return Value

Type: ProcessEntity
See Also