Click or drag to resize
ProcessModelFactoryCreate Method
创建流程模型实例

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal static IProcessModel Create(
	string processGUID,
	string version = null
)

Parameters

processGUID
Type: SystemString
流程GUID
version (Optional)
Type: SystemString
版本

Return Value

Type: IProcessModel
流程模型
See Also