Click or drag to resize
WorkflowServiceImportProcess 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 int ImportProcess(
	ProcessEntity entity
)

Parameters

entity
Type: Slickflow.Engine.Business.EntityProcessEntity
流程实体

Return Value

Type: Int32
新流程ID

Implements

IWorkflowServiceImportProcess(ProcessEntity)
See Also