Click or drag to resize
ProcessManagerGetByVersion Method
根据流程GUID和版本标识获取流程

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public ProcessEntity GetByVersion(
	string processGUID,
	string version
)

Parameters

processGUID
Type: SystemString
version
Type: SystemString

Return Value

Type: ProcessEntity
See Also