Click or drag to resize
WorkflowServiceGetProcessByVersion Method
流程定义数据读取

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public ProcessEntity GetProcessByVersion(
	string processGUID,
	string version = null
)

Parameters

processGUID
Type: SystemString
流程定义GUID
version (Optional)
Type: SystemString

Return Value

Type: ProcessEntity
流程

Implements

IWorkflowServiceGetProcessByVersion(String, String)
See Also