Click or drag to resize
ProcessManagerGetProcessFile Method
读取流程XML文件内容

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal ProcessFileEntity GetProcessFile(
	string processGUID,
	string version,
	IXPDLStorage extStorage = null
)

Parameters

processGUID
Type: SystemString
流程GUID
version
Type: SystemString
版本
extStorage (Optional)
Type: Slickflow.Engine.Business.ManagerIXPDLStorage
存储

Return Value

Type: ProcessFileEntity
流程文件实体
See Also