Click or drag to resize
WorkflowServiceGetProcess 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 GetProcess(
	string processGUID
)

Parameters

processGUID
Type: SystemString
流程GUID

Return Value

Type: ProcessEntity
流程

Implements

IWorkflowServiceGetProcess(String)
See Also