Click or drag to resize
WorkflowServiceGetProcessFile Method
流程定义的XML文件获取和保存

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public ProcessFileEntity GetProcessFile(
	string processGUID,
	string version
)

Parameters

processGUID
Type: SystemString
流程GUID
version
Type: SystemString
版本

Return Value

Type: ProcessFileEntity
流程文件

Implements

IWorkflowServiceGetProcessFile(String, String)
See Also